Re: rpki-client factor out the parser code into own module

2021-02-04 Thread Claudio Jeker
On Wed, Feb 03, 2021 at 10:20:47PM +0100, Theo Buehler wrote: > On Wed, Feb 03, 2021 at 08:08:20PM +0100, Claudio Jeker wrote: > > This is just shuffling code around and adds a few definitions to extern.h. > > The goal is to reduce the amount of code in main.c. I constantly get lost > > in all the

Re: rpki-client factor out the parser code into own module

2021-02-03 Thread Theo Buehler
On Wed, Feb 03, 2021 at 08:08:20PM +0100, Claudio Jeker wrote: > This is just shuffling code around and adds a few definitions to extern.h. > The goal is to reduce the amount of code in main.c. I constantly get lost > in all the parsing and parent functions also I want to extend the > repository co

rpki-client factor out the parser code into own module

2021-02-03 Thread Claudio Jeker
This is just shuffling code around and adds a few definitions to extern.h. The goal is to reduce the amount of code in main.c. I constantly get lost in all the parsing and parent functions also I want to extend the repository code and so this makes space for that. Compiles and works for me :) --