Added DSA opacity to CHANGES
authorMatt Caswell <matt@openssl.org>
Fri, 1 Apr 2016 13:09:57 +0000 (14:09 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 2 Apr 2016 23:23:56 +0000 (00:23 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Stephen Henson <steve@openssl.org>
CHANGES

diff --git a/CHANGES b/CHANGES
index 8597b8a367aeedd1d9ed053c3e25ca4e1654f716..5ac7ef57ef3742c63b3f9e69dadc0b581bb73694 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.2g and 1.1.0  [xx XXX xxxx]
 
+  *) Made DSA and DSA_METHOD opaque. The structures for managing DSA objects
+     have been moved out of the public header files. New functions for managing
+     these have been added.
+     [Matt Caswell]
+
   *) Made BIO and BIO_METHOD opaque. The structures for managing BIOs have been
      moved out of the public header files. New functions for managing these
      have been added.