summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-06-11 22:58:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 22:58:39 +0200
commitaf0888aaf6b444388d9b2770e310e9ef48354515 (patch)
tree34931ab97244cc63183c731c0d8816b6d95e53eb /src/tool_getparam.c
parent9c18bb3702419610fa4400a674f228205931c5c1 (diff)
downloadcurl-af0888aaf6b444388d9b2770e310e9ef48354515.tar.gz
Revert: 634f7cfee40d4658 partially
Make sure CURL_VERSION_SSPI is present and works as in previous releases for ABI and API compatibility reasons.
Diffstat (limited to 'src/tool_getparam.c')
-rw-r--r--src/tool_getparam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index fb42d0acc..ab8ed1d5e 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -277,6 +277,7 @@ 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},