CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/08 02:35:53
Modified files: lib/libcrypto/conf: conf_api.c conf_lib.c conf_local.h Log message: Inline _CONF_get_section_values() in its last caller and remove it NCONF_get_section() isn't any clearer by using this indirection. ok jsing