CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/16 07:09:33
Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Move EVP_PBE_find() next to the tables There is no point in having EVP_PBE_CipherInit() between the table and the lookup functions (which it notably uses). No code change.