CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/23 00:42:08
Modified files:
usr.sbin/rpki-client: roa.c validate.c
Log message:
Convert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64()
The former is broken by design and should not be used. The latter allows
for unambiguous error checking. Add a few casts to print uint64_t without
the PRIu64 monstrosity.
ok claudio
