X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a9ac2d7fc219e41a353abf1f599258b9b9d21b7e..b634f8eaf52aae84c311d7e306f38f3dc07ff1b0:/src/src/acl.c diff --git a/src/src/acl.c b/src/src/acl.c index 89947f405..f47259ca0 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -3540,7 +3540,7 @@ for (; cb; cb = cb->next) } break; - #ifndef DISABLE_DKIM +#ifndef DISABLE_DKIM case ACLC_DKIM_SIGNER: if (dkim_cur_signer) rc = match_isinlist(dkim_cur_signer, @@ -3553,7 +3553,7 @@ for (; cb; cb = cb->next) rc = match_isinlist(dkim_verify_status, &arg, 0, NULL, NULL, MCL_STRING, TRUE, NULL); break; - #endif +#endif #ifdef SUPPORT_DMARC case ACLC_DMARC_STATUS: