CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/18 06:12:43
Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Clean up EVP_PBE_CipherInit() a little This is mostly stylistic cleanup, making the control flow a bit more obvious. There's one user-visible change: we no longer go out of our way to provide info about the unknown algorithm. The nid is enough. ok joshua jsing