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/version.c | |
parent | a607f8a20c6c5ac869598753097e3da06165cbd9 (diff) | |
download | curl-9f10e45e428ca3b30d42719cda8c7f3159c3bd15.tar.gz |
kerberos: Use symbol qualified with _KERBEROS5
For consistency renamed USE_KRB5 to USE_KERBEROS5.
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index e34bb0464..1ea8a21e8 100644 --- a/lib/version.c +++ b/lib/version.c @@ -254,7 +254,7 @@ static curl_version_info_data version_info = { #ifdef USE_SPNEGO | CURL_VERSION_SPNEGO #endif -#ifdef USE_KRB5 +#ifdef USE_KERBEROS5 | CURL_VERSION_KERBEROS5 #endif #ifdef HAVE_GSSAPI |