projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb78c1a
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 17 Mar 2018 23:50:19 +0000
(23:50 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 17 Mar 2018 23:50:19 +0000
(23:50 +0000)
src/src/pdkim/signing.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/pdkim/signing.c
b/src/src/pdkim/signing.c
index 62e32234f38cb8f62f7fbadc3846cbb9ac9693c1..0545e483a16f68ba143320e98b22046444284c89 100644
(file)
--- a/
src/src/pdkim/signing.c
+++ b/
src/src/pdkim/signing.c
@@
-754,7
+754,7
@@
if ( (ctx = EVP_MD_CTX_new())
&& (sig->data = store_get(siglen))
/* Obtain the signature (slen could change here!) */
- && EVP_DigestSign(ctx, sig->data, &siglen
), data->data, data->len
> 0
+ && EVP_DigestSign(ctx, sig->data, &siglen
, data->data, data->len)
> 0
)
{
EVP_MD_CTX_destroy(ctx);