Re: rpki-client use new ibuf API

2023-06-20 Thread Theo Buehler
On Tue, Jun 20, 2023 at 03:44:56PM +0200, Claudio Jeker wrote: > Use the ibuf_fd_*() API for file descriptor passing and also ibuf_set() > instead of ibuf_seek(). ok tb

rpki-client use new ibuf API

2023-06-20 Thread Claudio Jeker
Use the ibuf_fd_*() API for file descriptor passing and also ibuf_set() instead of ibuf_seek(). -- :wq Claudio Index: http.c === RCS file: /cvs/src/usr.sbin/rpki-client/http.c,v retrieving revision 1.76 diff -u -p -r1.76 http.c ---