CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/16 05:40:02
Modified files: lib/libcrypto/asn1: a_strnid.c Log message: Neuter the ASN1_STRING_TABLE modification API This is complete nonsense that nothing's ever used except for a test by schwarze. It will be removed in the next major bump. What remains could be moved to a simple lookup table in security/xca... ok jsing