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:
This commit is contained in:
Mark J. Cox
1999-01-31 12:14:39 +00:00
parent 5810a5f4c7
commit 351d899878
7 changed files with 23 additions and 2 deletions

View File

@@ -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>]