]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix OpenSSL builds that define OPENSSL_NO_ENGINE (#349)
authorRosen Penev <rosenp@gmail.com>
Wed, 9 Jan 2019 17:42:21 +0000 (17:42 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 28 Jan 2019 05:11:46 +0000 (18:11 +1300)
commit186fc1d7c3bad845882d8e3497af9c3a42d75e8f
tree454ec1d66eeaaa778bb5dc91c53f19724247d39d
parentdd9d539a35275071d7718cfbdbc3203d7aa05139
Fix OpenSSL builds that define OPENSSL_NO_ENGINE (#349)

Even with ENGINE support disabled, OpenSSL provides the openssl/engine.h
header. We have to use OPENSSL_NO_ENGINE to detect ENGINE support.
src/ssl/support.cc