TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / pdkim / signing.c
index a47f824b81c9e9aedff11fdc85713e517484ba8c..53a8a7b45143b1a2f6c7f49c33ba27a38d1f418e 100644 (file)
@@ -28,8 +28,8 @@ features_crypto(void)
 
 #ifndef DISABLE_DKIM   /* rest of file */
 
-#ifndef SUPPORT_TLS
-# error Need SUPPORT_TLS for DKIM
+#ifdef DISABLE_TLS
+# error Must no DISABLE_TLS, for DKIM
 #endif