CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/21 05:00:49
Modified files:
usr.sbin/rpki-client: cert.c extern.h x509.c
Log message:
rpki-client: inline last call to x509_cache_extensions()
x509_cache_extensions() is now only used in one spot. It's fine to call
X509_check_purpose() directly there. Then we also don't need such an
elaborate comment.
ok job
