CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/13 04:48:16
Modified files:
lib/libcrypto/evp: names.c
Log message:
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
