CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/22 02:35:14
Modified files:
usr.sbin/rpki-client: extern.h http.c main.c print.c repo.c
rrdp.c rsync.c
Log message:
Replace two questionable size_t types. For the repo id use a unsigned int
and for the roa maxlength use unsigned char (like the prefixlen in struct
ip_addr).
With input and OK job@
