Skip to content
Snippets Groups Projects
Commit 1754d616 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added CURLOPT_KRB4LEVEL

parent 48187176
No related branches found
No related tags found
No related merge requests found
......@@ -389,6 +389,11 @@ typedef enum {
/* Set the interface string to use as outgoing network interface */
CINIT(INTERFACE, OBJECTPOINT, 62),
/* Set the krb4 security level, this also enables krb4 awareness. This is a
* string, 'clear', 'safe', 'confidential' or 'private'. If the string is
* set but doesn't match one of these, 'private' will be used. */
CINIT(KRB4LEVEL, OBJECTPOINT, 63),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;
......@@ -437,7 +442,7 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
#define LIBCURL_VERSION "7.3-pre2"
#define LIBCURL_VERSION "7.3-pre6"
#define LIBCURL_VERSION_NUM 0x070300
/* linked-list structure for the CURLOPT_QUOTE option */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment