MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 17 Dec 2021 17:53:23 +0000 (18:53 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 20 Dec 2021 11:25:46 +0000 (12:25 +0100)
commit3cea64b50cfe4d7ad130c330357c9fb1940aa797
tree73e1ebac1354c3441368f1ede6ef312a53df430c
parenteed682a8a9dfef9a463b28996a5830ff1b8495e3
MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output

There were empty lines in the output of the CLI's "show ssl
ocsp-response" command (after the certificate ID and between two
certificates). This patch removes them since an empty line should mark
the end of the output.

Must be backported in 2.5.

(cherry picked from commit cc750efbc5c2180ed63b222a51029609ea96d0f7)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
doc/management.txt
src/ssl_sock.c