aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>1999-01-31 12:14:39 +0000
committerMark J. Cox <mark@openssl.org>1999-01-31 12:14:39 +0000
commit351d899878c567448b9b9b6d715ec828c888f3c2 (patch)
tree4afa6a04d378d8107b454ba1dba0c8b4beb92999 /CHANGES
parent5810a5f4c767ba68185e38fa2c5709425c1903a8 (diff)
downloadopenssl-351d899878c567448b9b9b6d715ec828c888f3c2.tar.gz
Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
Submitted by: Eric A Young - from changes to C2Net SSLeay Reviewed by: Mark Cox PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4cd84ccc8e..9c33fbe2c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
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>]