From 634f7cfee40d4658bc19dc9f23b5628c644c1848 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 11 Jun 2012 08:36:48 +0200 Subject: version: Replaced SSPI feature information with version string details Added Windows SSPI version information to the curl version string when SCHANNEL SSL is not enabled, as the version of the library should also be included when SSPI is used to generate security contexts. Removed SSPI from the feature list as the features are GSS-Negotiate, NTLM and SSL depending on the usage of the SSPI library. --- src/tool_getparam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/tool_getparam.c b/src/tool_getparam.c index ab8ed1d5e..fb42d0acc 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -277,7 +277,6 @@ static const struct feat feats[] = { {"NTLM_WB", CURL_VERSION_NTLM_WB}, {"SPNEGO", CURL_VERSION_SPNEGO}, {"SSL", CURL_VERSION_SSL}, - {"SSPI", CURL_VERSION_SSPI}, {"krb4", CURL_VERSION_KERBEROS4}, {"libz", CURL_VERSION_LIBZ}, {"CharConv", CURL_VERSION_CONV}, -- cgit v1.2.3