summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs/pbkdf2_fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/kdfs/pbkdf2_fips.c')
-rw-r--r--providers/implementations/kdfs/pbkdf2_fips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/kdfs/pbkdf2_fips.c b/providers/implementations/kdfs/pbkdf2_fips.c
index d33782b24c..cbfc6b7fc3 100644
--- a/providers/implementations/kdfs/pbkdf2_fips.c
+++ b/providers/implementations/kdfs/pbkdf2_fips.c
@@ -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 */