summaryrefslogtreecommitdiffstats
path: root/crypto/dh/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-07 14:47:20 +0200
committerMatt Caswell <matt@openssl.org>2016-04-09 11:10:55 +0200
commit17e01abbb0fcba33b896dc3a1d0127dbb7321818 (patch)
treea3bbeeec521db8a75897118965cff7672a22171e /crypto/dh/build.info
parentmake update (diff)
downloadopenssl-17e01abbb0fcba33b896dc3a1d0127dbb7321818.tar.xz
openssl-17e01abbb0fcba33b896dc3a1d0127dbb7321818.zip
Make DH_METHOD opaque
Move the dh_method structure into an internal header file and provide relevant accessors for the internal fields. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/dh/build.info')
-rw-r--r--crypto/dh/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/build.info b/crypto/dh/build.info
index 878910df67..dba93066ae 100644
--- a/crypto/dh/build.info
+++ b/crypto/dh/build.info
@@ -1,4 +1,4 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
- dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c
+ dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c