CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/19 04:26:34
Modified files: usr.sbin/rpki-client: cert.c extern.h x509.c Log message: Move x509_get_purpose() to a static cert_check_purpose() This function is only used in cert.c, this way we can rename it to something saner that isn't confusingly close to X509_check_purpose(). Also switch to a more usual argument order. ok claudio