CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/05 10:58:59
Modified files:
lib/libssl : d1_both.c ssl_clnt.c ssl_lib.c t1_enc.c
t1_hash.c
Log message:
Use the newer/more sensible names for EVP_MD_CTX_* functions.
EVP_MD_CTX_create -> EVP_MD_CTX_new
EVP_MD_CTX_destroy -> EVP_MD_CTX_free
This should make the intent more obvious and reduce head scratching during
code reviews.
Raised by tb@
