Rename env_md{,_ctx}_st to evp_md{,_ctx}_st
authortb <tb@openbsd.org>
Fri, 11 Aug 2023 05:10:35 +0000 (05:10 +0000)
committertb <tb@openbsd.org>
Fri, 11 Aug 2023 05:10:35 +0000 (05:10 +0000)
commit7d242c13afd19e56cc21befac2ce5cdc1ac4992b
tree743fc3b4aba0b59518c8cfc04ac1304544338ceb
parentea7ffa33202d03451f764fa91a44405dec2d2d30
Rename env_md{,_ctx}_st to evp_md{,_ctx}_st

As everyone knows (and who doesn't know will immediately guess), EVP is
short for envelope. Most structs backing the public EVP_* types are called
evp_*. For the EVP_MD and EVP_MD_CTX types, someone used env_md_st and
env_md_ctx_st, which, as jsing pointed out, may or may not be related to
a much less obvious abbreviation of envelope. It could also simply have
been for reasons of inconsistency.

Be all that as it may: rename these structs to use the evp_* namespace
to match all the other EVP types, as well as upstream.

ok jsing
lib/libcrypto/evp/evp_local.h
lib/libcrypto/ossl_typ.h