aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-11-16 09:50:06 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-16 13:29:04 +0000
commit9f10e45e428ca3b30d42719cda8c7f3159c3bd15 (patch)
treecba0430a7095ae3491519aaa0628b38390c15d2e /lib/urldata.h
parenta607f8a20c6c5ac869598753097e3da06165cbd9 (diff)
kerberos: Use symbol qualified with _KERBEROS5
For consistency renamed USE_KRB5 to USE_KERBEROS5.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f5e8a783f..d0746b41f 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -424,7 +424,7 @@ typedef enum {
#endif
/* Struct used for GSSAPI (Kerberos V5) authentication */
-#if defined(USE_KRB5)
+#if defined(USE_KERBEROS5)
struct kerberos5data {
CredHandle *credentials;
CtxtHandle *context;
@@ -985,7 +985,7 @@ struct connectdata {
struct sockaddr_in local_addr;
#endif
-#if defined(USE_KRB5) /* Consider moving some of the above GSS-API */
+#if defined(USE_KERBEROS5) /* Consider moving some of the above GSS-API */
struct kerberos5data krb5; /* variables into the structure definition, */
#endif /* however, some of them are ftp specific. */