git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e0324
)
compiler quietening
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 14 Feb 2018 14:51:14 +0000
(14:51 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 14 Feb 2018 14:51:14 +0000
(14:51 +0000)
src/src/pdkim/pdkim.c
patch
|
blob
|
history
diff --git
a/src/src/pdkim/pdkim.c
b/src/src/pdkim/pdkim.c
index 464516f0ac293c693acf30265ae407f1964985d7..c75b0ae78a96bed3f299f09718a5f620ccc85329 100644
(file)
--- a/
src/src/pdkim/pdkim.c
+++ b/
src/src/pdkim/pdkim.c
@@
-547,7
+547,7
@@
for (p = raw_hdr; ; p++)
if (sig->hashtype < 0)
log_write(0, LOG_MAIN,
"DKIM: ignoring signature due to nonhandled hashtype in a=%s",
- cur_val);
+ cur_val
->s
);
break;
}
@@
-1386,7
+1386,6
@@
pdkim_feed_finish(pdkim_ctx * ctx, pdkim_signature ** return_signatures,
pdkim_bodyhash * b;
pdkim_signature * sig;
BOOL verify_pass = FALSE;
-es_ctx sctx;
/* Check if we must still flush a (partial) header. If that is the
case, the message has no body, and we must compute a body hash