CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2024/04/10 09:00:38
Modified files: lib/libcrypto : Symbols.namespace lib/libcrypto/evp: evp.h evp_cipher.c evp_digest.c lib/libcrypto/hidden/openssl: evp.h Log message: Hide deprecated functions in evp.h use LCRYPTO_UNUSED and remove the LIBRESSL_INTERNAL guard around them. ok tb@