Move EVP_Digest() next to the functions it wraps
authortb <tb@openbsd.org>
Sun, 24 Dec 2023 22:17:05 +0000 (22:17 +0000)
committertb <tb@openbsd.org>
Sun, 24 Dec 2023 22:17:05 +0000 (22:17 +0000)
commit9113674e566c109035ff820e4c775792e3267a64
tree737a4ad587275acdbc7a4bc56e7781d6ac09f1ed
parent0793d0d12742f14297aefbffc955057167adf530
Move EVP_Digest() next to the functions it wraps

It really makes no sense to have the mess that is EVP_MD_CTX_copy{,_ex}()
live between EVP_Digest{Init{,_ex},Update,Final{,_ex}}() and EVP_Digest(),
the latter being a relatively simple wrapper of Init_ex/Update/Final_ex.
lib/libcrypto/evp/digest.c