BUILD: ssl: fix build without OPENSSL_NO_ENGINE
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 18 May 2020 11:42:49 +0000 (13:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 May 2020 12:19:26 +0000 (14:19 +0200)
commit5520d6f3c7cd36d32cdc089368f56ec6063ff4a1
tree416503f673d896560c1a1af7bc6cf410146073c5
parent6112f5ccd28376444c5dfccee9c3fe2be4545070
BUILD: ssl: fix build without OPENSSL_NO_ENGINE

The CI revealed that the boringssl build is still broken because of some
ifdef misplacement.

Bug introduced by dad3105 ("REORG: ssl: move ssl configuration to
cfgparse-ssl.c").

No backport needed.

Fix issue #633.
src/cfgparse-ssl.c