Move ssl_cipher_id_cmp() next to its only caller
authortb <tb@openbsd.org>
Sat, 25 Nov 2023 12:05:08 +0000 (12:05 +0000)
committertb <tb@openbsd.org>
Sat, 25 Nov 2023 12:05:08 +0000 (12:05 +0000)
commitfce33b22bf5ab0fd31d75fe4128a1fbd1d6ebf91
treed7d1b6ebbe0638c36245fea7ae0fb636b7962532
parent6d7478f075cd153e49d5a994c743847462f5b8a6
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.
lib/libssl/ssl_lib.c
lib/libssl/ssl_local.h