CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:20:27
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h evp_pbe.c lib/libcrypto/pkcs12: p12_add.c lib/libcrypto/x509: x509.h x509_local.h Log message: Remove more PBE stuff from the public API This is still needed internally for CMS and its predecessors. This removal will enable disentangling some of its innards. ok jsing