CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/20 22:44:28
Modified files: lib/libcrypto/asn1: x_x509.c lib/libcrypto/x509: x509_local.h Log message: Remove unused name member from x509_st As far as I can tell this has never been used since the beginning of git history with SSLeay 0.8.1b, so we can simplify the x509_cb() a little. ok jsing miod