Remove check{,obj_cleanup}_defer documentation
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 19:06:20 +0000 (19:06 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 19:06:20 +0000 (19:06 +0000)
commitb51570b5eca21dd8f8e13a749d6e60695def24eb
treebc585b01b0c5a1837a499bb342f9326807264934
parent5d994da94521dd9c5812d4c8d576293fac03e466
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.
lib/libcrypto/man/OBJ_create.3