From: Matt Caswell Date: Thu, 7 Apr 2016 14:47:28 +0000 (+0100) Subject: Add CHANGES entry for DH and DH_METHOD opacity X-Git-Tag: OpenSSL_1_1_0-pre5~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a47c39175c6f5329fa3734c798abd6250560653;p=oweals%2Fopenssl.git Add CHANGES entry for DH and DH_METHOD opacity Reviewed-by: Richard Levitte --- diff --git a/CHANGES b/CHANGES index 8ea13306cf..f404994aad 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 1.0.2g and 1.1.0 [xx XXX xxxx] + *) Made DH and DH_METHOD opaque. The structures for managing DH objects + have been moved out of the public header files. New functions for managing + these have been added. + [Matt Caswell] + *) Made RSA and RSA_METHOD opaque. The structures for managing RSA objects have been moved out of the public header files. New functions for managing these have been added.