CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/13 12:06:20
Modified files: lib/libcrypto/man: OBJ_create.3 Log message: Remove check{,obj_cleanup}_defer documentation Both check_defer() and the global variable obj_cleanup_defer were removed from the public API two years ago. Now they were removed from the internals as well, simplifying the cleanup process greatly. We no longer need them to have a chance to understand the cleanup process. Also remove references to EVP_cleanup() since this has long been deprecated and now it doesn't clean up things anymore.