Amend the original CHANGES log entry. The ex_data handling has been
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Nov 2000 20:02:00 +0000 (20:02 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Nov 2000 20:02:00 +0000 (20:02 +0000)
similarly modified now on DH and DSA.

CHANGES

diff --git a/CHANGES b/CHANGES
index 684280d83514c623686f753d1b35a0065fe401a2..889d205d70f6696481647c50b935c192552e1031 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      BN_is_one(), and BN_is_word().
      [Bodo Moeller]
 
-  *) Initialise "ex_data" member of an RSA structure prior to calling the
-     method-specific "init()" handler, and clean up ex_data after calling
-     the method-specific "finish()" handler. Previously, this was happening
-     the other way round.
+  *) Initialise "ex_data" member of RSA/DSA/DH structures prior to calling
+     the method-specific "init()" handler. Also clean up ex_data after
+     calling the method-specific "finish()" handler. Previously, this was
+     happening the other way round.
      [Geoff Thorpe]
 
   *) New function BN_swap.