Remove ossl_rsa_pss_params_30_set_maskgenalg().
authorslontis <shane.lontis@oracle.com>
Fri, 17 Feb 2023 03:00:12 +0000 (13:00 +1000)
committerPauli <pauli@openssl.org>
Wed, 1 Mar 2023 09:04:10 +0000 (20:04 +1100)
commit1735531c8ba7542e5fb2fe2f0becddb595955ace
tree1a4080cff724657cac08823561e837c503b47924
parent977950bf385a3b12a09f03444bf7a213eacbba14
Remove ossl_rsa_pss_params_30_set_maskgenalg().

This is an unused internal function. It should be added back
in if there is a need to set this value to something other than
NID_mgf1 (which is not likely).

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20321)
crypto/rsa/rsa_pss.c
include/crypto/rsa.h