CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/12/23 02:55:19
Modified files: lib/libcrypto/x509: x509v3.h Log message: Remove the EXT_* table building macros These were used in x509_bitst.c and x509_ia5.c for populating tables that have been expanded a long time ago. Nothing uses them, so remove them. This went through a full bulk pointed out by/ok schwarze