CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2021/07/12 09:12:38
Modified files: lib/libcrypto/x509: x509_verify.c Log message: Use the x509_verify_cert_cache_extensions fuction instead of manually calling the OpenSSL legacy cache extensions goo. Requested by tb@ ok tb@