From: Dr. Stephen Henson Date: Thu, 11 Mar 2010 14:04:54 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL-fips-2_0-rc1~1196 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=877669d69c747b5aa3573fdcad6bc81f8d6f09ae typo --- diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c index 4e1dcfb3c3..f5c59b2339 100644 --- a/crypto/rsa/rsa_ameth.c +++ b/crypto/rsa/rsa_ameth.c @@ -504,7 +504,7 @@ static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, if (pss->hashAlgorithm) { - md = EVP_get_digestbyobj(maskHash->algorithm); + md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm); if (md == NULL) { RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNKNOWN_PSS_DIGEST);