CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:06:48
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h evp_pbe.c Log message: Remove EVP_PBE_* API from public visibility You can no longer add your custom PBE algorithm. Pity. EVP_PBE_CipherInit() stays for internal use, the rest goes away copmletely. ok jsing