CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/06 00:20:01
Modified files: lib/libcrypto/asn1: asn1_gen.c lib/libcrypto/x509: x509_alt.c x509_conf.c x509_cpols.c x509_crld.c x509_local.h Log message: Rename X509V3_get_section() to X509V3_get0_section() This makes it clear for those fluent in OpenSSL API gibberish that nothing needs to be freed here. This is because it returns something hanging off a hash entry owned by cnf. ok jsing