commit | 93348438595e21385019c219569d68ac1b2dc10c | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Dec 15 15:44:35 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Dec 15 16:33:25 2022 +0100 |
tree | 44d5b4bc5b2b76d1474bdb464bcffd71e137a828 | |
parent | c4913f6b54e8b323b9ecbd2a711b2cbf486afae0 [diff] |
MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response When calling 'show ssl ocsp-response' from the CLI, a temporary buffer was created in parse_binary when we could just use a local static buffer instead. This does not change the behavior of the function, it just simplifies it.