From 9f10e45e428ca3b30d42719cda8c7f3159c3bd15 Mon Sep 17 00:00:00 2001 From: Michael Osipov <1983-01-06@gmx.net> Date: Sun, 16 Nov 2014 09:50:06 +0000 Subject: kerberos: Use symbol qualified with _KERBEROS5 For consistency renamed USE_KRB5 to USE_KERBEROS5. --- lib/urldata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/urldata.h') 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. */ -- cgit v1.2.3