From 7599143dcc0fe9b40159787ecd7c498da99f73dd Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 7 Nov 2014 10:40:01 +0000 Subject: version info: Added Kerberos V5 to the supported features --- lib/version.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3