X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fpdkim%2Fpdkim_hash.h;h=8f9a12628086722345abe52c2d562c9a099bdc7d;hb=c7f4ea442a264b5cb3a9ef0eed641f4778dfb5b7;hp=8ea5502909111983c177a21cf68b94569df2a22a;hpb=9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/pdkim/pdkim_hash.h b/src/src/pdkim/pdkim_hash.h index 8ea550290..8f9a12628 100644 --- a/src/src/pdkim/pdkim_hash.h +++ b/src/src/pdkim/pdkim_hash.h @@ -1,7 +1,7 @@ /* * PDKIM - a RFC4871 (DKIM) implementation * - * Copyright (C) 2017 Exim maintainers + * Copyright (C) 1995 - 2018 Exim maintainers * * Hash interface functions */ @@ -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"