CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:48:17
Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: x509.h lib/libcrypto/x509: x509.h x509_trs.c Log message: Remove unused public X509_TRUST API Another thing that should never have leaked out of the library. It will become internal entirely, where the code can be simplified greatly. ok jsing