diff options
| author | tb <> | 2024-03-02 09:47:16 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:47:16 +0000 |
| commit | 348fad0a9df90c576a11c7beeef17fa70cae611f (patch) | |
| tree | ce2dec82c7515bd7d45b198100f4e3ec4290b89b /src/lib/libcrypto/Symbols.list | |
| parent | 3f22814f63ba66035d2e72f3a89f12dab47db39b (diff) | |
| download | openbsd-348fad0a9df90c576a11c7beeef17fa70cae611f.tar.gz openbsd-348fad0a9df90c576a11c7beeef17fa70cae611f.tar.bz2 openbsd-348fad0a9df90c576a11c7beeef17fa70cae611f.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.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 85ee8bf071..ee69864df5 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1689,7 +1689,6 @@ NOTICEREF_new | |||
| 1689 | OBJ_NAME_do_all | 1689 | OBJ_NAME_do_all |
| 1690 | OBJ_NAME_do_all_sorted | 1690 | OBJ_NAME_do_all_sorted |
| 1691 | OBJ_add_object | 1691 | OBJ_add_object |
| 1692 | OBJ_bsearch_ | ||
| 1693 | OBJ_cleanup | 1692 | OBJ_cleanup |
| 1694 | OBJ_cmp | 1693 | OBJ_cmp |
| 1695 | OBJ_create | 1694 | OBJ_create |
