summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dsa/dsa_local.h')
-rw-r--r--crypto/dsa/dsa_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_local.h b/crypto/dsa/dsa_local.h
index b841595c1c..7b43ec6108 100644
--- a/crypto/dsa/dsa_local.h
+++ b/crypto/dsa/dsa_local.h
@@ -25,7 +25,7 @@ struct dsa_st {
/* Normally used to cache montgomery values */
BN_MONT_CTX *method_mont_p;
CRYPTO_REF_COUNT references;
-#ifndef FIPS_MODE
+#ifndef FIPS_MODULE
CRYPTO_EX_DATA ex_data;
#endif
const DSA_METHOD *meth;