X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fpdkim%2Fpdkim_hash.h;h=8f9a12628086722345abe52c2d562c9a099bdc7d;hb=bfe754cbf74acf00b11d5051b1263f5dca32ede3;hp=008f277b3fd13020e9820d558481008539c8d771;hpb=d73e45df63ef6602fa32bd3e196d20735a0b69b5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/pdkim/pdkim_hash.h b/src/src/pdkim/pdkim_hash.h index 008f277b3..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) 2016 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"