From d0b64fd35a751a9304cb39bfc275ec1121c14fd7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 11:20:36 +0000 Subject: 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 --- src/lib/libcrypto/Symbols.namespace | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 9bf6384dd9..b673042f02 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -18,7 +18,6 @@ _libre_sk_insert _libre_sk_delete _libre_sk_delete_ptr _libre_sk_find -_libre_sk_find_ex _libre_sk_push _libre_sk_unshift _libre_sk_shift -- cgit v1.2.3-55-g6feb