mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:13:38 +03:00
version info: Added Kerberos V5 to the supported features
This commit is contained in:
parent
f28c856e33
commit
7599143dcc
5 changed files with 13 additions and 2 deletions
|
|
@ -253,7 +253,11 @@ static curl_version_info_data version_info = {
|
|||
#ifdef USE_SPNEGO
|
||||
| CURL_VERSION_SPNEGO
|
||||
#endif
|
||||
#ifdef USE_KRB5
|
||||
| CURL_VERSION_KERBEROS5
|
||||
#endif
|
||||
#ifdef HAVE_GSSAPI
|
||||
| CURL_VERSION_KERBEROS5 /* Remove when SASL Kerberos V5 support added */
|
||||
| CURL_VERSION_GSSAPI
|
||||
#endif
|
||||
#ifdef USE_WINDOWS_SSPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue