Fix rsa_pss_asn1_meth to refert to rsa_sig_info_set
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13968)
This commit is contained in:
parent
26a44ad04b
commit
03f5c8930c
@ -1108,7 +1108,7 @@ const EVP_PKEY_ASN1_METHOD rsa_pss_asn1_meth = {
|
||||
0, 0,
|
||||
rsa_item_verify,
|
||||
rsa_item_sign,
|
||||
0,
|
||||
rsa_sig_info_set,
|
||||
rsa_pkey_check,
|
||||
|
||||
0, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user