CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/05 21:29:52
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: simplify ta_parse()
Since this is always called after cert_parse_pre(), notBefore and notAfter
are available in struct cert, so we can use time_t comparison.
ok claudio
