]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 21 May 2024 08:58:09 +0000 (10:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 21 May 2024 08:58:09 +0000 (10:58 +0200)
commit140078c19dbc63206d396d9d41dcb5a7bbc71d19
tree7ba39fe1b4405ac5e1b0c2e041db5b4e51d3f71c
parentd236b43da7149f5147474c03fd54fada0615ce91
CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf

This code was never used because space is never define before:

    if (space) chunk_appendf(buf, " ");

Should fix issue #2571.
src/ssl_crtlist.c