CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/06/09 06:06:23
Removed files: lib/libcrypto/conf: README Log message: This file is no longer relevant because the function CONF_module_add() is no longer public. Even though ASN1_add_oid_module() still exists as an internal function, this file contains more misleading (DSO, OPENSSL_load_builtin_modules) than useful information, so delete it. OK tb@