CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/22 08:56:00
Modified files:
usr.sbin/rpki-client: mft.c
Log message:
Avoid use of LibreSSL-specific ASN1_time_tm_cmp() API
We convert these struct tm into time_t in the next few lines, so we can
simply use > instead.
ok claudio job
