CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/13 04:00:09
Modified files: lib/libcrypto/evp: evp_names.c Log message: Add a table of digest names, digests and aliases This is the corresponding commit for digests and their aliases. It only adds a table to be used in upcoming commits. What was said about ciphers applies mutatis mutandis to digests. ok jsing