From: William Lallemand Date: Wed, 1 Apr 2020 18:05:25 +0000 (+0200) Subject: REGTEST: ssl: pollute the crt-list file X-Git-Tag: v2.2-dev6~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=785325141d568e42c16cf543b3846496ad87650a;p=thirdparty%2Fhaproxy.git REGTEST: ssl: pollute the crt-list file Pollute localhost.crt-list with extra spaces, empty lines and comments so the parser of the crt-list could be tested in a better way. --- diff --git a/reg-tests/ssl/localhost.crt-list b/reg-tests/ssl/localhost.crt-list index 7dcc9a6e5e..a0d975675f 100644 --- a/reg-tests/ssl/localhost.crt-list +++ b/reg-tests/ssl/localhost.crt-list @@ -1 +1,5 @@ -common.pem !not.test1.com *.test1.com !localhost +common.pem !not.test1.com *.test1.com !localhost # comment + + + common.pem !not.test1.com *.test1.com !localhost +# comment