mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:57:18 +03:00
curl_version_info() returns the feature bit CURL_VERSION_SSPI
This commit is contained in:
parent
d90472dd64
commit
84bc23b92f
4 changed files with 9 additions and 1 deletions
|
|
@ -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}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue