Fix no-ssl build
[exim.git] / src / src / readconf.c
index 4db0cbbe5e34cb6eadaeadc55e26eadf0cb84942..adb538c5999822775e89d88603f06967234110d7 100644 (file)
@@ -3374,12 +3374,12 @@ if (openssl_options != NULL)
       "openssl_options parse error: %s", openssl_options);
 # endif
   }
-#endif
 
 if (gnutls_require_kx || gnutls_require_mac || gnutls_require_proto)
   log_write(0, LOG_MAIN, "WARNING: main options"
       " gnutls_require_kx, gnutls_require_mac and gnutls_require_protocols"
       " are obsolete\n");
+#endif /*SUPPORT_TLS*/
 }