SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / pdkim / pdkim_hash.h
index 6299ae28a2f5530f24e4226c2e4724dc06cd1865..d56e3ce34d631bf60028f8080d89dc85d964a3c8 100644 (file)
@@ -2,6 +2,7 @@
  *  PDKIM - a RFC4871 (DKIM) implementation
  *
  *  Copyright (C) 1995 - 2018  Exim maintainers
+ *  SPDX-License-Identifier: GPL-2.0-or-later
  *
  *  Hash interface functions
  */
@@ -11,8 +12,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"