Compiler quietening
[exim.git] / src / src / tls-openssl.c
index 7c91d9d8fbf5ade9df4d22b027140cb070db9446..c7b22a0db3e490a92ded847f197e470c428518b3 100644 (file)
@@ -114,7 +114,9 @@ change this guard and punt the issue for a while longer. */
 # ifndef EXIM_HAVE_OPENSSL_CIPHER_GET_ID
 #  define SSL_CIPHER_get_id(c) (c->id)
 # endif
-# include "tls-cipher-stdname.c"
+# ifndef MACRO_PREDEF
+#  include "tls-cipher-stdname.c"
+# endif
 #endif
 
 /*************************************************