CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/27 13:12:25
Modified files:
lib/libcrypto/asn1: x_crl.c
Log message:
Hoist X509_REVOKED_cmp() above its only caller
This way we don't need a prototype and things that belong together
are together. Slight KNF tweak while there
