Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
authorMark J. Cox <mark@openssl.org>
Sun, 31 Jan 1999 12:14:39 +0000 (12:14 +0000)
committerMark J. Cox <mark@openssl.org>
Sun, 31 Jan 1999 12:14:39 +0000 (12:14 +0000)
commit351d899878c567448b9b9b6d715ec828c888f3c2
tree4afa6a04d378d8107b454ba1dba0c8b4beb92999
parent5810a5f4c767ba68185e38fa2c5709425c1903a8
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:
CHANGES
crypto/evp/digest.c
crypto/evp/evp.err
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/p_sign.c
crypto/evp/p_verify.c