TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / pdkim / pdkim_hash.h
index 6299ae28a2f5530f24e4226c2e4724dc06cd1865..8f9a12628086722345abe52c2d562c9a099bdc7d 100644 (file)
@@ -11,8 +11,8 @@
 #if !defined(HASH_H)   /* entire file */
 #define HASH_H
 
-#ifndef SUPPORT_TLS
-# error Need SUPPORT_TLS for DKIM
+#ifdef DISABLE_TLS
+# error Must not DISABLE_TLS, for DKIM
 #endif
 
 #include "crypt_ver.h"