Make x509_issuer_cache_free_oldest() static
authortb <tb@openbsd.org>
Sat, 30 Dec 2023 18:26:13 +0000 (18:26 +0000)
committertb <tb@openbsd.org>
Sat, 30 Dec 2023 18:26:13 +0000 (18:26 +0000)
commit79121ff45030480fb7b62ea1dab757e45dcecbb3
treefdae69b35343152874c0aaa3c82d15821a2cc05d
parent3ee0c08ad3c5c64d20a64f7b12271e2128f57bd9
Make x509_issuer_cache_free_oldest() static

This is an internal function and you can't hold the required mutex
to call it anyway since that's internal, too.
lib/libcrypto/x509/x509_issuer_cache.c