mirror of https://github.com/openssl/openssl.git
rsa_mp_coeff_names should only have one entry in it for fips mode.
Reported by Tim Hudson Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13011)
This commit is contained in:
parent
592dcfd3df
commit
c4232b9edb
|
|
@ -62,8 +62,8 @@ const char *rsa_mp_exp_names[] = {
|
|||
*/
|
||||
const char *rsa_mp_coeff_names[] = {
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT1,
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT2,
|
||||
#ifndef FIPS_MODULE
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT2,
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT3,
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT4,
|
||||
OSSL_PKEY_PARAM_RSA_COEFFICIENT5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue