X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/feb5343a10a0c6526c3a9a08bb4d57cf6eafa289..01603eec64d42431f182b33008206facfc7f800e:/src/src/pdkim/pdkim_hash.h diff --git a/src/src/pdkim/pdkim_hash.h b/src/src/pdkim/pdkim_hash.h index 6299ae28a..8f9a12628 100644 --- a/src/src/pdkim/pdkim_hash.h +++ b/src/src/pdkim/pdkim_hash.h @@ -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"