CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/08 01:30:04
Modified files:
regress/lib/libcrypto/evp: evp_test.c
Log message:
Add regress coverage for OBJ_NAME_do_all*()
While this may seem a bit out of place since is an objects API by name,
it really is about EVP. Plus, we want to leverage some things we already
needed for the EVP_*do_all() API (which currently wraps OBJ_NAME_do_all*
but that will change soon).
