kerberos: Use symbol qualified with _KERBEROS5

For consistency renamed USE_KRB5 to USE_KERBEROS5.
This commit is contained in:
Michael Osipov
2014-11-16 09:50:06 +00:00
committed by Steve Holme
parent a607f8a20c
commit 9f10e45e42
9 changed files with 21 additions and 21 deletions

View File

@@ -614,9 +614,9 @@ int netware_init(void);
#define USE_SPNEGO
#endif
/* Single point where USE_KRB5 definition might be defined */
/* Single point where USE_KERBEROS5 definition might be defined */
#if !defined(CURL_DISABLE_CRYPTO_AUTH) && defined(USE_WINDOWS_SSPI)
#define USE_KRB5
#define USE_KERBEROS5
#endif
/* Single point where USE_NTLM definition might be defined */