CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 04:28:46
Modified files: lib/libcrypto : Symbols.list Symbols.namespace crypto.h malloc-wrapper.c mem_dbg.c lib/libcrypto/hidden/openssl: crypto.h Log message: Remove a bunch of CRYPTO memory API This was neutered early on in the fork and has been rotting ever since. Some parts of the API are still used, but it's easier to clean up when most of the mess is gone. ok jsing