diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2014-11-16 09:50:06 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-16 13:29:04 +0000 |
commit | 9f10e45e428ca3b30d42719cda8c7f3159c3bd15 (patch) | |
tree | cba0430a7095ae3491519aaa0628b38390c15d2e /lib/curl_setup.h | |
parent | a607f8a20c6c5ac869598753097e3da06165cbd9 (diff) |
kerberos: Use symbol qualified with _KERBEROS5
For consistency renamed USE_KRB5 to USE_KERBEROS5.
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 7dcbd0720..e916226c7 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -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 */ |