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/evp/pmeth_lib.c | |
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/evp/pmeth_lib.c')
0 files changed, 0 insertions, 0 deletions