summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_local.h
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-01-23 20:33:28 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-01-23 20:33:28 +1000
commit62f49b90d7e88d3c36fc1f5e4d677997aeb97b0a (patch)
treefbe5f7df9b658d87f2975923703942033ff020d2 /crypto/dh/dh_local.h
parentf10048301390283523d3d1623880be7518cf46ac (diff)
Add DH key exchange to fips provider
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10826)
Diffstat (limited to 'crypto/dh/dh_local.h')
-rw-r--r--crypto/dh/dh_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_local.h b/crypto/dh/dh_local.h
index 378cf5c957..2a200c748e 100644
--- a/crypto/dh/dh_local.h
+++ b/crypto/dh/dh_local.h
@@ -35,9 +35,9 @@ struct dh_st {
CRYPTO_REF_COUNT references;
#ifndef FIPS_MODE
CRYPTO_EX_DATA ex_data;
+ ENGINE *engine;
#endif
const DH_METHOD *meth;
- ENGINE *engine;
CRYPTO_RWLOCK *lock;
/* Provider data */