aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
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 /lib/version.c
parentf28c856e3384d23d0938ef730b8815dcc02fda05 (diff)
version info: Added Kerberos V5 to the supported features
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 788f3e9d1..5da46665b 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -253,7 +253,11 @@ static curl_version_info_data version_info = {
#ifdef USE_SPNEGO
| CURL_VERSION_SPNEGO
#endif
+#ifdef USE_KRB5
+ | CURL_VERSION_KERBEROS5
+#endif
#ifdef HAVE_GSSAPI
+ | CURL_VERSION_KERBEROS5 /* Remove when SASL Kerberos V5 support added */
| CURL_VERSION_GSSAPI
#endif
#ifdef USE_WINDOWS_SSPI