mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +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
|
|
@ -196,7 +196,10 @@ static curl_version_info_data version_info = {
|
|||
| CURL_VERSION_SSL
|
||||
#endif
|
||||
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI)
|
||||
| CURL_VERSION_NTLM /* since this requires OpenSSL */
|
||||
| CURL_VERSION_NTLM
|
||||
#endif
|
||||
#ifdef USE_WINDOWS_SSPI
|
||||
| CURL_VERSION_SSPI
|
||||
#endif
|
||||
#ifdef HAVE_LIBZ
|
||||
| CURL_VERSION_LIBZ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue