CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 01:50:47
Modified files: lib/libcrypto/asn1: a_strnid.c asn1.h Log message: const correct ASN1_STRING_TABLE_get() The ability of modifying the ASN1_STRING_TABLE was removed and the table is now static. Stop casting away const. The only consumer, security/xca, is already fixed. ok jsing