aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2012-06-11 08:36:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 19:00:36 +0200
commit634f7cfee40d4658bc19dc9f23b5628c644c1848 (patch)
tree162b2683d4659ad859daf43e99d2cec813056275 /src/tool_getparam.c
parent70d56bfe3cf2ae995ca715518c78f455c45ab95b (diff)
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.
Diffstat (limited to 'src/tool_getparam.c')
-rw-r--r--src/tool_getparam.c1
1 files changed, 0 insertions, 1 deletions
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},