aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-04-22 18:49:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-04-22 18:49:27 +0100
commit2976de480808119dae08fc6f52c8d75ba1aedb1a (patch)
tree891f310592492c901b660952f9f17d9d3de810af /src/tool_getparam.c
parent560cd6227271752536de237e41c374d0a3e11f1d (diff)
sspi: Added version information
Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string.
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 5a24cc8a9..0245edac2 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -275,7 +275,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},