Re: rpki-client: validate.c, roa.c, main.c docs

2019-11-17 Thread Claudio Jeker
On Sun, Nov 17, 2019 at 10:25:02PM +0100, Kristaps Dzonsons wrote: > This causes validate.c's valid_cert() doc not to lie, makes the language > consistent with other functions, and cleans a typo. > > In main.c, this documents tal_load_default() (which it marks static), > moves a #define to the top

rpki-client: validate.c, roa.c, main.c docs

2019-11-17 Thread Kristaps Dzonsons
This causes validate.c's valid_cert() doc not to lie, makes the language consistent with other functions, and cleans a typo. In main.c, this documents tal_load_default() (which it marks static), moves a #define to the top of the page, and documents it too. In roa.c, this adds documentation. Index