CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/06/29 00:11:33
Modified files:
lib/libcrypto/evp: names.c
lib/libcrypto/objects: objects.h
Log message:
Move check_defer() and obj_cleanup_defer to evp/names.c
These formerly public symbols are the last things hidden by
LIBRESSL_CRYPTO_INTERNAL. Most of their use is in evp/names.c
Unfortunately, check_defer() needs to know about NUM_NIDS, so
its implementation needs to remain in obj_dat.c, the only file
that can include obj_dat.h due to NID tables.
ok miod