Unbreak non-DKIM build
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 25 Oct 2017 13:51:17 +0000 (14:51 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 25 Oct 2017 13:51:17 +0000 (14:51 +0100)
src/src/macro_predef.c

index 1b5cf479553b02bd8fdba55e4fad2f63a819702f..ba1934885b4d6cdefcb105a1c6be68a3d24c08c1 100644 (file)
@@ -276,7 +276,9 @@ options_auths();
 static void
 params(void)
 {
+#ifndef DISABLE_DKIM
 dkim_params();
+#endif
 }