sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based builds

This commit is contained in:
Steve Holme
2014-12-03 07:13:30 +00:00
parent 86b889485d
commit 884df3a51f
3 changed files with 4 additions and 4 deletions

View File

@@ -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