TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / std-crypto.c
index 161052c146d17138ae4ed6694b18ed9c5c50faa2..a045f6cc60811eff593e2c7fbb01e00992cb862c 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "exim.h"
 
-#ifndef SUPPORT_TLS
+#ifdef DISABLE_TLS
 static void dummy(int x) { dummy(x-1); }
 #else
 
@@ -1018,5 +1018,5 @@ std_dh_prime_named(const uschar *name)
   return NULL;
 }
 
-#endif /* SUPPORT_TLS */
+#endif /*DISABLE_TLS*/
 /* EOF */