]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: wrong #ifdef for SSL engines code
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 14 Oct 2019 12:14:59 +0000 (14:14 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Oct 2019 13:07:44 +0000 (15:07 +0200)
commit104a7a6c14fb30b7d44a28739ed83b43622e161e
treefc000202db0967082e217df8ef8a21dcabf020d6
parent963b2e70ba80420649a2b1e94ddc7d45a40903d8
BUILD: ssl: wrong #ifdef for SSL engines code

The SSL engines code was written below the OCSP #ifdef, which means you
can't build the engines code if the OCSP is deactived in the SSL lib.

Could be backported in every version since 1.8.
src/ssl_sock.c