Minor tweaks to keep Perl 5.001 happy.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f9ec5773b01b77f74a733f11b13d998dcc0a0a78..9c33fbe2c743e633649a737663eceabc0aaf20da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
+     [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
+
+  *) Make sure `make rehash' target really finds the `openssl' program.
+     [Ralf S. Engelschall, Matthias Loepfe <Matthias.Loepfe@adnovum.ch>]
+
   *) Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd
      like to hear about it if this slows down other processors.
      [Ben Laurie]