]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: fix build with OPENSSL_NO_ENGINE
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 29 May 2017 12:36:20 +0000 (14:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 10:07:48 +0000 (12:07 +0200)
commit9ac143b6070e78afa3086b676f1049c6eb93cc13
tree56d4327a40ae959bacb0e1572c2650bc530f96f2
parent201c07f681fc38df6cc236e6744849e5bde1f276
BUILD: ssl: fix build with OPENSSL_NO_ENGINE

Build is broken with openssl library without support of engin (like boringssl).
Add OPENSSL_NO_ENGINE flag to fix that.
src/ssl_sock.c