mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based builds
This commit is contained in:
parent
86b889485d
commit
884df3a51f
3 changed files with 4 additions and 4 deletions
|
|
@ -265,7 +265,6 @@ static curl_version_info_data version_info = {
|
|||
| 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