]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: remove uneeded check in crtlist_parse_file
authorWilliam Dauchy <w.dauchy@criteo.com>
Fri, 2 Oct 2020 13:27:20 +0000 (15:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 2 Oct 2020 13:43:01 +0000 (15:43 +0200)
commit1d0206e71f2c1d63b8323f64b51f2bbd64e078fd
tree03dafdfa7be6b7b9cd39a7b966e5f40ce6e8eb97
parentb9f6accc9eee2cd1bd6d63b23e818d6edf2bb245
MINOR: ssl: remove uneeded check in crtlist_parse_file

this condition is never true as we either break or goto error, so those
two lines could be removed in the current state of the code.

this is fixing github issue #862

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
src/ssl_crtlist.c