]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 15 Dec 2022 14:44:36 +0000 (15:44 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 15 Dec 2022 15:33:36 +0000 (16:33 +0100)
commite3d5f9a92b5c1f0affac677f7ef9b8f030dbb64b
tree01942b42899cc56f8792313e968d331edbf720ca
parent93348438595e21385019c219569d68ac1b2dc10c
MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response

When displaying the content of an OCSP response in the CLI, a buffer is
alloc'ed when a temporary buffer would be enough.
src/ssl_sock.c