diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-14 14:51:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-14 14:51:14 +0000 |
commit | 9631be11ff85fbdfe1bd8a745d9b0de2bef1af4b (patch) | |
tree | 0fce7dbd38c2036a104599652e78d47f45d83453 /src | |
parent | 85e03244290d3fc3f98d1a5bd6b963bb21025883 (diff) |
compiler quietening
Diffstat (limited to 'src')
-rw-r--r-- | src/src/pdkim/pdkim.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/src/pdkim/pdkim.c b/src/src/pdkim/pdkim.c index 464516f0a..c75b0ae78 100644 --- 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 |