Use correct ctx name.
This commit is contained in:
parent
237d7b6cae
commit
54571ba004
@ -292,7 +292,7 @@ static int cms_signerinfo_verify_cert(CMS_SignerInfo *si,
|
||||
CMS_R_STORE_INIT_ERROR);
|
||||
goto err;
|
||||
}
|
||||
X509_STORE_CTX_set_default(&cert_ctx, "smime_sign");
|
||||
X509_STORE_CTX_set_default(&ctx, "smime_sign");
|
||||
if (crls)
|
||||
X509_STORE_CTX_set0_crls(&ctx, crls);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user