CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/11 22:58:04
Modified files: lib/libcrypto/x509: x509_vpm.c Log message: Streamline X509_VERIFY_PARAM_add0_table() Unindent, use correct type for idx (int rather than size_t) and make this mess a bit more pleasant on the eyes. ok jsing