mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +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
|
|
@ -615,7 +615,8 @@ int netware_init(void);
|
|||
#endif
|
||||
|
||||
/* Single point where USE_KERBEROS5 definition might be defined */
|
||||
#if !defined(CURL_DISABLE_CRYPTO_AUTH) && defined(USE_WINDOWS_SSPI)
|
||||
#if !defined(CURL_DISABLE_CRYPTO_AUTH) && \
|
||||
(defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI))
|
||||
#define USE_KERBEROS5
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue