From 721a0919125aaef71da76adcbdb7905843d039ab Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 09:47:16 +0000 Subject: Remove OBJ_bsearch_() The only reason this has still been part of the public API was that libssl used it for cipher lookup. This was fixed by replacing the lookup by proper bsearch() -- why OpenSSL felt the need to reinvent ANSI C API badly will forever remain a mystery. The stack code in libcrypto still uses a version of this. This should be rewritten. It will be a bit easier once sk_find_ex() is removed. 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 936526085c..b7d9e75569 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -2408,7 +2408,6 @@ _libre_OBJ_txt2nid _libre_OBJ_ln2nid _libre_OBJ_sn2nid _libre_OBJ_cmp -_libre_OBJ_bsearch_ _libre_OBJ_new_nid _libre_OBJ_add_object _libre_OBJ_create -- cgit v1.2.3-55-g6feb