]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_local.h
CRYPTO: Remove support for ex_data fields when building the FIPS module
[thirdparty/openssl.git] / crypto / dh / dh_local.h
index a9041e946256350b9c06dd78e75fa89772af4160..378cf5c9575bef350551200dbafb12f2c0f59f9b 100644 (file)
@@ -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;