CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/08/31 04:14:17
Modified files: lib/libcrypto/asn1: x_val.c lib/libcrypto/x509: x509.h x509_local.h Log message: Make X509_VAL opaque Nothing needs to reach into this structure, which is part of certificates. So hide its innards. ok beck jsing