CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:08:29
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h Log message: Make legacy cipher methods internal These are ASN.1 handlers for CIPHERs, still used by CMS and its predecessors. They should never have been public. ok jsing