Move the middle part of evp_lib.c to evp_digest.c
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 06:08:01 +0000 (06:08 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 06:08:01 +0000 (06:08 +0000)
commit696ff7bc3e0d4f15aa54d539000b934ee294c940
treec925d25e93a3c6124a144af2c509dfddc3827f04
parent1cc76114d489046325db16299f875e8175c74330
Move the middle part of evp_lib.c to evp_digest.c

These are ~200 lines of EVP_MD API that separated two parts of the file
dedicated to EVP_CIPHER thingies.
lib/libcrypto/evp/evp_digest.c
lib/libcrypto/evp/evp_lib.c