diff options
author | Matt Caswell <matt@openssl.org> | 2016-04-07 14:47:20 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-04-09 11:10:55 +0200 |
commit | 17e01abbb0fcba33b896dc3a1d0127dbb7321818 (patch) | |
tree | a3bbeeec521db8a75897118965cff7672a22171e /crypto/dh/build.info | |
parent | make update (diff) | |
download | openssl-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.info | 2 |
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 |