CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/28 09:27:15
Modified files: lib/libcrypto/x509: x509_policy.c Log message: Deassert X509_policy_check() Instead of asserting that i == num_certs - 2, simply make that an error check. with beck ok jsing