CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/25 05:05:08
Modified files:
lib/libssl : ssl_lib.c ssl_local.h
Log message:
Move ssl_cipher_id_cmp() next to its only caller
It was left alone and forlorn in the middle of other nonsense. Since there
is only one caller (the OBJ_bsearch_ stupidity), it can be static and there
is no need to prototype it in ssl_local.h.
