curl_version_info() returns the feature bit CURL_VERSION_SSPI

This commit is contained in:
Daniel Stenberg
2005-03-11 15:10:36 +00:00
parent d90472dd64
commit 84bc23b92f
4 changed files with 9 additions and 1 deletions

View File

@@ -2098,6 +2098,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
{"NTLM", CURL_VERSION_NTLM},
{"SPNEGO", CURL_VERSION_SPNEGO},
{"SSL", CURL_VERSION_SSL},
{"SSPI", CURL_VERSION_SSPI},
{"krb4", CURL_VERSION_KERBEROS4},
{"libz", CURL_VERSION_LIBZ}
};