CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2023/04/26 13:08:10
Modified files: lib/libcrypto/x509: x509_policy.c Log message: Add a shim to mimic the BoringSSL sk_delete_if function. We add this locally as a function to avoid delving into the unholy macro madness of STACK_OF(3). ok tb@ jsing@