CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/28 12:07:24
Modified files:
lib/libcrypto/stack: stack.c
Log message:
Remove flags argument from obj_bsearch_ex()
The only caller passes in OBJ_BSEARCH_FIRST_VALUE_ON_MATCH, so the
condition involving this flag is always true. On the other hand,
while OBJ_BSEARCh_VALUE_ON_NOMATCH is left unset hence the condition
involving this flag is also true (since negated).
ok jsing
