CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/25 12:28:47
Modified files: lib/libcrypto/asn1: t_x509.c Log message: X509_print and friends: switch from BIO_write() to BIO_printf() Manually counting letters in const strings is ... suboptimal. ok beck jsing