CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 02:50:47
Modified files:
lib/libcrypto/objects: objects.h
Log message:
Remove no longer supported OBJ_NAME_TYPEs
OBJ_NAME_TYPE_PKEY_METH and OBJ_NAME_TYPE_COMP_METH were never used
as far as I can tell. Unfortunately, PHP and Python still use the
weirdly named OBJ_NAME_do_all*() API to list available ciphers and
digests, so the MD and CIPHER variants need to remain public.
ok jsing
