CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/05 04:50:41
Modified files:
usr.sbin/rpki-client: cert.c extern.h ip.c roa.c
Log message:
Simplify how IP addresses and AS numbers are passed between processes.
Since they are stored in an array just blast the full array in and out
of the io buffers at once instead of iterating element by element.
It also allows to remove a lot of extra code.
OK benno@ job@
