CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 04:20:36
Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: stack.h lib/libcrypto/stack: safestack.h stack.c stack.h lib/libcrypto/util: mkstack.pl lib/libcrypto/x509: x509_policy.c Log message: Remove sk_find_ex() This API intends to find the closest match to the needle. M2Crypto exposes it because it can. This will be fixed by patching the port. ok jsing