]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/exim.c
Callouts: simplfy logging
[user/henk/code/exim.git] / src / src / exim.c
index b2894aeb9fbd7f14378906543f060281ebd0ef16..abce9fc696f1ca80f4d855c05613fa3379c91551 100644 (file)
@@ -857,12 +857,11 @@ fprintf(fp, "Support for:");
 #ifdef USE_TCP_WRAPPERS
   fprintf(fp, " TCPwrappers");
 #endif
-#ifndef DISABLE_TLS
-# ifdef USE_GNUTLS
+#ifdef USE_GNUTLS
   fprintf(fp, " GnuTLS");
-# else
+#endif
+#ifdef USE_OPENSSL
   fprintf(fp, " OpenSSL");
-# endif
 #endif
 #ifdef SUPPORT_TRANSLATE_IP_ADDRESS
   fprintf(fp, " translate_ip_address");