]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/squidclient/gssapi_support.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / tools / squidclient / gssapi_support.h
index 2ca803ffbe8b25a15b85cb4f3d306beed1696d52..de03256941389d867d66a52a443cb0b2134fec30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,6 +10,9 @@
 #define _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H
 
 #if HAVE_GSSAPI
+#if USE_APPLE_KRB5
+#define GSSKRB_APPLE_DEPRECATED(x)
+#endif
 
 #if USE_HEIMDAL_KRB5
 #if HAVE_GSSAPI_GSSAPI_H