aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-07 10:40:01 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-07 10:55:14 +0000
commit7599143dcc0fe9b40159787ecd7c498da99f73dd (patch)
tree2805026bffc39dceb8cb8afa4a23acf6c1a8f26f /include
parentf28c856e3384d23d0938ef730b8815dcc02fda05 (diff)
version info: Added Kerberos V5 to the supported features
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 36673c324..5137f11d8 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2261,6 +2261,7 @@ typedef struct {
#define CURL_VERSION_NTLM_WB (1<<15) /* NTLM delegating to winbind helper */
#define CURL_VERSION_HTTP2 (1<<16) /* HTTP2 support built-in */
#define CURL_VERSION_GSSAPI (1<<17) /* GSS-API is supported */
+#define CURL_VERSION_KERBEROS5 (1<<18) /* Kerberos V5 auth is supported */
/*
* NAME curl_version_info()