diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-06-11 22:58:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-11 22:58:39 +0200 |
commit | af0888aaf6b444388d9b2770e310e9ef48354515 (patch) | |
tree | 34931ab97244cc63183c731c0d8816b6d95e53eb /src | |
parent | 9c18bb3702419610fa4400a674f228205931c5c1 (diff) |
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')
-rw-r--r-- | src/tool_getparam.c | 1 |
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}, |