BUILD: ssl: Fix compilation with BoringSSL
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 10 Jun 2021 16:10:32 +0000 (18:10 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 10 Jun 2021 17:01:13 +0000 (19:01 +0200)
commit3faf0cbba67225e86a51a0ce6e516c51392f990e
treefb78c227e0976faa4c5955dce062a2433c90ff65
parent8715dec6f990abb824c41a8cc2a4f6c95108111f
BUILD: ssl: Fix compilation with BoringSSL

The ifdefs surrounding the "show ssl ocsp-response" functionality that
were supposed to disable the code with BoringSSL were built the wrong
way.

It does not need to be backported.
include/haproxy/ssl_sock.h
src/ssl_ckch.c
src/ssl_sock.c