It was a small change, but it *could* conceivably affect people - so I'm
authorGeoff Thorpe <geoff@openssl.org>
Sun, 26 Nov 2000 18:39:27 +0000 (18:39 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sun, 26 Nov 2000 18:39:27 +0000 (18:39 +0000)
making a note in the CHANGES file.

CHANGES

diff --git a/CHANGES b/CHANGES
index 21b1e6fc592455509035fb0ce644356fc2123388..0e2c98d1854aab5fd4801b2cffb4cc4360c144bc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) 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.
+     [Geoff Thorpe]
+
   *) New function BN_swap.
      [Bodo Moeller]