summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh_local.h')
-rw-r--r--crypto/dh/dh_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dh/dh_local.h b/crypto/dh/dh_local.h
index a9041e9462..378cf5c957 100644
--- a/crypto/dh/dh_local.h
+++ b/crypto/dh/dh_local.h
@@ -33,7 +33,9 @@ struct dh_st {
int seedlen;
BIGNUM *counter;
CRYPTO_REF_COUNT references;
+#ifndef FIPS_MODE
CRYPTO_EX_DATA ex_data;
+#endif
const DH_METHOD *meth;
ENGINE *engine;
CRYPTO_RWLOCK *lock;