diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-02 00:43:40 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-02 00:50:16 +0000 |
commit | 569288b3bf11d364361ebb3b2d1eb19fda628704 (patch) | |
tree | a3b45e39fddfa7ba1e0b03e7942374134e4c881a /include | |
parent | b6821dbb91a7433d7451c1ad4cbd49cc4b8a71a9 (diff) |
CURL_VERSION_KERBEROS4: Mark as deprecated
Support for Kerberos V4 was removed in v7.33.0.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 7200e9368..36673c324 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -2242,7 +2242,8 @@ typedef struct { } curl_version_info_data; #define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */ -#define CURL_VERSION_KERBEROS4 (1<<1) /* kerberos auth is supported */ +#define CURL_VERSION_KERBEROS4 (1<<1) /* Kerberos V4 auth is supported + (deprecated) */ #define CURL_VERSION_SSL (1<<2) /* SSL options are present */ #define CURL_VERSION_LIBZ (1<<3) /* libz features are present */ #define CURL_VERSION_NTLM (1<<4) /* NTLM auth is supported */ |