CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/11 05:32:51
Modified files:
usr.sbin/rpki-client: mft.c parser.c roa.c
Log message:
Before calling ASN1_time_parse() initialize the struct tm. While
recent libressl version initalise the struct tm properly older
versions did not and so -portable runs into problem on systems
with older libressl versions installed.
Problem found by job@
OK tb@
