diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-03 07:13:30 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-03 13:16:17 +0000 |
commit | 884df3a51f2f9ff3d4aebbe86d3971d9202d3f11 (patch) | |
tree | d32b1a4aaa344b96cfa2a23d405c5003a14f521c /lib/version.c | |
parent | 86b889485d739fb1884d5beb3b1f359e36d0d072 (diff) | |
download | curl-884df3a51f2f9ff3d4aebbe86d3971d9202d3f11.tar.gz |
sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based builds
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index 0eb229bc6..93317e19b 100644 --- a/lib/version.c +++ b/lib/version.c @@ -265,7 +265,6 @@ static curl_version_info_data version_info = { | 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 |