]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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:02:17 +0000 (12:02 +0100)
commitcc750efbc5c2180ed63b222a51029609ea96d0f7
tree36d6545793aa64ed0f1efa048eebc61b7c71bf8f
parent66545c932151a6ae1ed632c63b1ac28051979eed
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.
doc/management.txt
src/ssl_sock.c