]> 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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 11 Jan 2019 02:08:26 +0000 (02:08 +0000)
commita7dc08693fafffe419087d93dd4982f82f6a9033
tree721121070204d514f4573efef48a92722d93c30d
parentb599471b7536024b6bf083a78769ae351f27adea
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