commit | c33d83d7d32f299e855b444d2a481d26356b3191 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Oct 14 14:14:59 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 16 10:25:11 2019 +0200 |
tree | 06a644f4fe11d2e5bbc35dc64472f399b7704de1 | |
parent | 4801c70bead696bed077fd71a55f6ff35bb6f9f5 [diff] |
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. (cherry picked from commit 104a7a6c14fb30b7d44a28739ed83b43622e161e) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>