Re: rpki-client code shuffle

2021-11-24 Thread Theo de Raadt
Shuffling approved. Claudio Jeker wrote: > For a RRDP regress test I would like to move some functions to better > places. hex_decode() belongs into encoding.c and the publish XML code > is now in rpki_util.c. > > -- > :wq Claudio > > Index: Makefile >

Re: rpki-client code shuffle

2021-11-24 Thread Job Snijders
On Wed, Nov 24, 2021 at 03:09:02PM +0100, Claudio Jeker wrote: > For a RRDP regress test I would like to move some functions to better > places. hex_decode() belongs into encoding.c and the publish XML code > is now in rrdp_util.c. OK job@

rpki-client code shuffle

2021-11-24 Thread Claudio Jeker
For a RRDP regress test I would like to move some functions to better places. hex_decode() belongs into encoding.c and the publish XML code is now in rpki_util.c. -- :wq Claudio Index: Makefile === RCS file: /cvs/src/usr.sbin/rpki-c