CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/12 11:23:31
Modified files:
usr.sbin/rpki-client: rrdp.c
Log message:
Cast XML_GetCurrentLineNumber() to unsigned long long in warnx since
expat my either use unsigned long or unsigened long long as return value
depending on compile options. This upcast is an easy way around this issue.
OK deraadt@
