projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970424a
)
Unbreak non-DKIM build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 25 Oct 2017 13:51:17 +0000
(14:51 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 25 Oct 2017 13:51:17 +0000
(14:51 +0100)
src/src/macro_predef.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/macro_predef.c
b/src/src/macro_predef.c
index 1b5cf479553b02bd8fdba55e4fad2f63a819702f..ba1934885b4d6cdefcb105a1c6be68a3d24c08c1 100644
(file)
--- a/
src/src/macro_predef.c
+++ b/
src/src/macro_predef.c
@@
-276,7
+276,9
@@
options_auths();
static void
params(void)
{
+#ifndef DISABLE_DKIM
dkim_params();
+#endif
}