Use correct ctx name.

This commit is contained in:
Dr. Stephen Henson 2009-03-15 14:03:47 +00:00
parent 237d7b6cae
commit 54571ba004

View File

@ -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);