From: Automatic source maintenance Date: Fri, 22 Aug 2014 00:16:29 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_0_1~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69a99e92aefbcbf95cdc25805b7ce511cadaac96;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/peer_proxy_negotiate_auth.cc b/src/peer_proxy_negotiate_auth.cc index e895158feb..793e694ca1 100644 --- a/src/peer_proxy_negotiate_auth.cc +++ b/src/peer_proxy_negotiate_auth.cc @@ -331,7 +331,7 @@ restart: error_message(code)); return (1); } -#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW +#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW skew = krb5_get_max_time_skew(kparam.context); #elif USE_HEIMDAL_KRB5 && HAVE_MAX_SKEW_IN_KRB5_CONTEXT skew = kparam.context->max_skew; diff --git a/tools/squidclient/gssapi_support.h b/tools/squidclient/gssapi_support.h index f4b9135c5b..7d2f598e10 100644 --- a/tools/squidclient/gssapi_support.h +++ b/tools/squidclient/gssapi_support.h @@ -3,7 +3,6 @@ #if HAVE_GSSAPI - #if USE_HEIMDAL_KRB5 #if HAVE_GSSAPI_GSSAPI_H #include