Neuter EVP_add_{cipher,digest}()
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 11:48:16 +0000 (11:48 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 11:48:16 +0000 (11:48 +0000)
commit226c7d4c9d34aca16df787f3f3cbbef66c5024c9
tree9f232166c9e40dbffeb2270dcd30276c98875f44
parent0bfde4de5ff68a07c20b8fb92fedf393ea587efb
Neuter EVP_add_{cipher,digest}()

This makes them noops. They are used in the wild for adding ciphers
that are always added by the library init code. This is a historic
leftover.

This removes the last (and only ever) calls to check_defer().

ok jsing
lib/libcrypto/evp/names.c