Neuter OBJ_bsearch{_,ex_}()
authortb <tb@openbsd.org>
Mon, 26 Feb 2024 15:00:30 +0000 (15:00 +0000)
committertb <tb@openbsd.org>
Mon, 26 Feb 2024 15:00:30 +0000 (15:00 +0000)
commit2eb0a250e80745cc11675f1fc5a21fbec68d9399
tree3e44854ac08ac6375ec202f12a15dcfbe723a98a
parentad8a64712246694674bd892806ebd9e72e5341ea
Neuter OBJ_bsearch{_,ex_}()

Make these functions always fail. A copy of OBJ_bsearch_ex_() is kept
in stack.c, where it is still used by internal_find() for sk_find{,_ex}().
sk_find_ex() will be removed in the upcoming bump, and then we can
simplify or rewrite what's still needed.

ok jsing
lib/libcrypto/objects/obj_dat.c
lib/libcrypto/stack/stack.c