You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
277 B

  1. --- a/src/ssl/support.cc
  2. +++ b/src/ssl/support.cc
  3. @@ -485,7 +485,7 @@ Ssl::Initialize(void)
  4. SQUID_OPENSSL_init_ssl();
  5. -#if HAVE_OPENSSL_ENGINE_H
  6. +#ifndef OPENSSL_NO_ENGINE
  7. if (::Config.SSL.ssl_engine) {
  8. ENGINE_load_builtin_engines();
  9. ENGINE *e;