Re: [PATCH v2 1/2] CLEANUP: ssl: Use structured format for error line report during crt-list parsing

2020-10-02 Thread William Lallemand
On Tue, Sep 29, 2020 at 06:00:27PM +0200, Tim Duesterhus wrote: > This reuses the known `parsing [%s:%d]:` from regular config file error > reporting. On Tue, Sep 29, 2020 at 06:00:28PM +0200, Tim Duesterhus wrote: > Similar to warning during the parsing of the regular configuration file > that

[PATCH v2 1/2] CLEANUP: ssl: Use structured format for error line report during crt-list parsing

2020-09-29 Thread Tim Duesterhus
This reuses the known `parsing [%s:%d]:` from regular config file error reporting. --- src/ssl_crtlist.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/ssl_crtlist.c b/src/ssl_crtlist.c index fd141fc50..f1c15e051 100644 --- a/src/ssl_crtlis