CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/26 08:00:30
Modified files:
lib/libcrypto/objects: obj_dat.c
lib/libcrypto/stack: stack.c
Log message:
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
