aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
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. */