summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.namespace
diff options
context:
space:
mode:
authortb <>2024-03-02 09:47:16 +0000
committertb <>2024-03-02 09:47:16 +0000
commit721a0919125aaef71da76adcbdb7905843d039ab (patch)
treece2dec82c7515bd7d45b198100f4e3ec4290b89b /src/lib/libcrypto/Symbols.namespace
parent14903cc3bcc1a541d0da5e166360fc3f53162f87 (diff)
downloadopenbsd-721a0919125aaef71da76adcbdb7905843d039ab.tar.gz
openbsd-721a0919125aaef71da76adcbdb7905843d039ab.tar.bz2
openbsd-721a0919125aaef71da76adcbdb7905843d039ab.zip
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
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r--src/lib/libcrypto/Symbols.namespace1
1 files changed, 0 insertions, 1 deletions
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
2408_libre_OBJ_ln2nid 2408_libre_OBJ_ln2nid
2409_libre_OBJ_sn2nid 2409_libre_OBJ_sn2nid
2410_libre_OBJ_cmp 2410_libre_OBJ_cmp
2411_libre_OBJ_bsearch_
2412_libre_OBJ_new_nid 2411_libre_OBJ_new_nid
2413_libre_OBJ_add_object 2412_libre_OBJ_add_object
2414_libre_OBJ_create 2413_libre_OBJ_create