CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/03/06 00:17:45
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:
Garbage collect X509V3_section_free()
Historically, X509V3_section_free() could be customized by the conf db
method to release memory allocated by X509V3_get_section(). This is no
longer supported, so it is always a noop and can be removed.
ok jsing
