Re: rpki-client parser refactor

2022-01-05 Thread Theo Buehler
On Wed, Jan 05, 2022 at 11:45:55AM +0100, Claudio Jeker wrote: > This changes the last proc_parser function over to not pass the entity to > the function. In this case apart from file we also need to pass the public > key of the TA and the tal identifier. > > Change is mechanical and makes all cal

rpki-client parser refactor

2022-01-05 Thread Claudio Jeker
This changes the last proc_parser function over to not pass the entity to the function. In this case apart from file we also need to pass the public key of the TA and the tal identifier. Change is mechanical and makes all callers work the same way. -- :wq Claudio Index: parser.c