CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/12/23 02:51:49
Modified files: lib/libcrypto/x509: x509v3.h Log message: Remove X509V3_EXT_{DYNAMIC,CTX_DEP} LibreSSL has removed support for dynamically allocated custom extension methods. The mysterious CTX_DEP define was part of an experimental code dump and that part of the experimental code was never shown hence never reviewed. This went through a full amd64 bulk noticed by/ok schwarze