Avoid use of LibreSSL-specific ASN1_time_tm_cmp() API
authortb <tb@openbsd.org>
Mon, 22 May 2023 14:56:00 +0000 (14:56 +0000)
committertb <tb@openbsd.org>
Mon, 22 May 2023 14:56:00 +0000 (14:56 +0000)
commit72287b466b1a87960eaa307238a78816fd7dfd9d
tree16d07634239d4fcd8cb51c3e8ced8dcf8e35a603
parent6f87c7cd9f4009aa4eca4f978d29bcb7711aeea1
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
usr.sbin/rpki-client/mft.c