CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/08 01:09:08
Modified files:
usr.sbin/rpki-client: Makefile cert.c extern.h io.c ip.c main.c
mft.c roa.c rsync.c tal.c
Log message:
Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing
data between processes. This completely decouples the write side.
rpki-client can't really use the imsg framework but it can use the ibuf
bits wich imsg is built on.
OK benno@ job@
