Rename FIPS_MODE to FIPS_MODULE
[openssl.git] / providers / implementations / kdfs / pbkdf2_fips.c
index d33782b24cfc2d08fcee8f0cee180167d2eab302..cbfc6b7fc3d9d0881ba4397f7dfa757fde7074d5 100644 (file)
@@ -13,8 +13,8 @@
  * For backwards compatibility reasons,
  * Extra checks are done by default in fips mode only.
  */
-#ifdef FIPS_MODE
+#ifdef FIPS_MODULE
 const int kdf_pbkdf2_default_checks = 1;
 #else
 const int kdf_pbkdf2_default_checks = 0;
-#endif /* FIPS_MODE */
+#endif /* FIPS_MODULE */