version info: Added Kerberos V5 to the supported features

This commit is contained in:
Steve Holme
2014-11-07 10:40:01 +00:00
parent f28c856e33
commit 7599143dcc
5 changed files with 13 additions and 2 deletions

View File

@@ -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()