From af0888aaf6b444388d9b2770e310e9ef48354515 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Jun 2012 22:58:39 +0200 Subject: Revert: 634f7cfee40d4658 partially Make sure CURL_VERSION_SSPI is present and works as in previous releases for ABI and API compatibility reasons. --- src/tool_getparam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_getparam.c') 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}, -- cgit v1.2.3