misc: other init function param additions
[openssl.git] / crypto / pkcs7 / pk7_doit.c
index ab23100f495b2b862ad38c3fd41c464e32042105..c9e4d719aa5099128b624f2a9e8656835f859af2 100644 (file)
@@ -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;
 
     /*