CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/30 11:26:13
Modified files:
lib/libcrypto/x509: x509_issuer_cache.c
Log message:
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.
