]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_pk1.c
Rename FIPS_MODE to FIPS_MODULE
[thirdparty/openssl.git] / crypto / rsa / rsa_pk1.c
index 0554f1837c72c23f1cf2e75ba7db600cd6be119b..b594534563c0bfbe8430ad2adccffc4502c08584 100644 (file)
@@ -265,7 +265,7 @@ int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen,
     }
 
     OPENSSL_clear_free(em, num);
-#ifndef FIPS_MODE
+#ifndef FIPS_MODULE
     /*
      * This trick doesn't work in the FIPS provider because libcrypto manages
      * the error stack. Instead we opt not to put an error on the stack at all