mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Remove redundant define
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26755)
This commit is contained in:
parent
22ab2a72d4
commit
340f50b01f
@ -52,7 +52,6 @@ static OSSL_FUNC_keymgmt_query_operation_name_fn rsa_query_operation_name;
|
||||
static OSSL_FUNC_keymgmt_dup_fn rsa_dup;
|
||||
|
||||
#define RSA_DEFAULT_MD "SHA256"
|
||||
#define RSA_PSS_DEFAULT_MD OSSL_DIGEST_NAME_SHA1
|
||||
#define RSA_POSSIBLE_SELECTIONS \
|
||||
(OSSL_KEYMGMT_SELECT_KEYPAIR | OSSL_KEYMGMT_SELECT_OTHER_PARAMETERS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user