Rename FIPS_MODE to FIPS_MODULE
[openssl.git] / crypto / rand / rand_local.h
index 5152bf805e763297f853d43975f4ec706ed77410..76e50fa2fa8fe5e891dc510f8bcc0282185b41a9 100644 (file)
@@ -310,7 +310,7 @@ struct rand_drbg_st {
     size_t seedlen;
     DRBG_STATUS state;
 
-#ifndef FIPS_MODE
+#ifndef FIPS_MODULE
     /* Application data, mainly used in the KATs. */
     CRYPTO_EX_DATA ex_data;
 #endif