]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: fix OCSP build with BoringSSL
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 14 Oct 2019 12:51:41 +0000 (14:51 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Oct 2019 13:07:44 +0000 (15:07 +0200)
commit4a66013069ab4195acabb212b39345fd41eda075
tree4b9a4b324342cbdf293c8e996ba9ac8724b66881
parent104a7a6c14fb30b7d44a28739ed83b43622e161e
BUG/MINOR: ssl: fix OCSP build with BoringSSL

246c024 broke the build of the OCSP code with BoringSSL.

Rework it a little so it could load the OCSP buffer of the ckch.

Issue #322.
src/ssl_sock.c