typo
This commit is contained in:
parent
1c8d92997d
commit
877669d69c
@ -504,7 +504,7 @@ static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
|
|||||||
|
|
||||||
if (pss->hashAlgorithm)
|
if (pss->hashAlgorithm)
|
||||||
{
|
{
|
||||||
md = EVP_get_digestbyobj(maskHash->algorithm);
|
md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm);
|
||||||
if (md == NULL)
|
if (md == NULL)
|
||||||
{
|
{
|
||||||
RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNKNOWN_PSS_DIGEST);
|
RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNKNOWN_PSS_DIGEST);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user