summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rand/rand_local.h')
-rw-r--r--crypto/rand/rand_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_local.h b/crypto/rand/rand_local.h
index 5152bf805e..76e50fa2fa 100644
--- a/crypto/rand/rand_local.h
+++ b/crypto/rand/rand_local.h
@@ -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