Commit 877669d6 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

typo

parent 1c8d9299
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);