Rename FIPS_MODE to FIPS_MODULE
[openssl.git] / crypto / rsa / rsa_local.h
index a5e4b6fdf83f459bc2b9cda81ea03f450d732b15..6c4ae8611b810942cc91ff5389b7db5395dbde48 100644 (file)
@@ -52,7 +52,7 @@ struct rsa_st {
     BIGNUM *iqmp;
     /* If a PSS only key this contains the parameter restrictions */
     RSA_PSS_PARAMS *pss;
-#ifndef FIPS_MODE
+#ifndef FIPS_MODULE
     /* for multi-prime RSA, defined in RFC 8017 */
     STACK_OF(RSA_PRIME_INFO) *prime_infos;
     /* Be careful using this if the RSA structure is shared */