RSA PSS verification support including certificates and certificate
[openssl.git] / crypto / rsa / rsa_pmeth.c
index 6bfacdae0bcef7cd54d529a77885cd182f2c9c08..1c34e13f4332edc6439174252dabb7b419cbae73 100644 (file)
@@ -444,7 +444,7 @@ static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
                rctx->md = p2;
                return 1;
 
-               case EVP_PKEY_CTRL_MGF1_MD:
+               case EVP_PKEY_CTRL_RSA_MGF1_MD:
                rctx->mgf1md = p2;
                return 1;