Add a shim to mimic the BoringSSL sk_delete_if function.
authorbeck <beck@openbsd.org>
Wed, 26 Apr 2023 19:08:10 +0000 (19:08 +0000)
committerbeck <beck@openbsd.org>
Wed, 26 Apr 2023 19:08:10 +0000 (19:08 +0000)
commit5e44526e0e92a133dd21278e5e250a1f9a3aff64
treebe908fbe63b03a0ed3352ea70b6f7b5b1f28ca51
parentf31624a4e6c303191bd1e4aea9cfdd348e5e1917
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@
lib/libcrypto/x509/x509_policy.c