summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-03-02 20:21:00 +1000
committerPauli <ppzgs1@gmail.com>2021-03-12 08:27:11 +1000
commit1666eec83722ff9e2c80ec8fe86c71b317959591 (patch)
treeab7a56f52d190c8460a75ee11c0c533387b48ca8 /crypto/pkcs7
parentee22fca5cec53c9775cbdf1c44677ba5ee9b5049 (diff)
misc: other init function param additions
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14383)
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r--crypto/pkcs7/pk7_doit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c
index ab23100f49..c9e4d719aa 100644
--- a/crypto/pkcs7/pk7_doit.c
+++ b/crypto/pkcs7/pk7_doit.c
@@ -928,7 +928,8 @@ int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si)
if (EVP_DigestSignInit_ex(mctx, &pctx, EVP_MD_name(md),
ossl_pkcs7_ctx_get0_libctx(ctx),
- ossl_pkcs7_ctx_get0_propq(ctx), si->pkey) <= 0)
+ ossl_pkcs7_ctx_get0_propq(ctx), si->pkey,
+ NULL) <= 0)
goto err;
/*