CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 23:08:01
Modified files:
lib/libcrypto/evp: evp_digest.c evp_lib.c
Log message:
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.
