Remove confusing hint to non-existing file. Instead make it clear that one
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 8af4c3ce85b72ddb31328cbb5d8210730240f5d4..82b190b70098742abfe234797d4201f7da6422f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,19 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Some more source tree cleanups (removed obsolete files
+     crypto/bf/asm/bf586.pl, test/test.txt and crypto/sha/asm/f.s; changed
+     permission on "config" script to be executable) and a fix for the INSTALL
+     document.
+     [Ulf Moeller <ulf@fitug.de>]
+
+  *) Remove some legacy and erroneous uses of malloc, free instead of
+     Malloc, Free.
+     [Lennart Bang <lob@netstream.se>, with minor changes by Steve]
+
+  *) Make rsa_oaep_test return non-zero on error.
+     [Ulf Moeller <ulf@fitug.de>]
+
   *) Add support for native Solaris shared libraries. Configure
      solaris-sparc-sc4-pic, make, then run shlib/solaris-sc4.sh. It'd be nice
      if someone would make that last step automatic.