Use the newer/more sensible names for EVP_MD_CTX_* functions.
authorjsing <jsing@openbsd.org>
Wed, 5 Sep 2018 16:58:59 +0000 (16:58 +0000)
committerjsing <jsing@openbsd.org>
Wed, 5 Sep 2018 16:58:59 +0000 (16:58 +0000)
commit48053958a069a6294694e3420876848cdfce2f55
tree3212eb56ffc254c4d3008243a4548a77d910b101
parentf1abf68627e51bc3621a614ccccf1e70315337bb
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@
lib/libssl/d1_both.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_lib.c
lib/libssl/t1_enc.c
lib/libssl/t1_hash.c