aboutsummaryrefslogtreecommitdiff
path: root/net/squid/patches/010-openssl-engine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/squid/patches/010-openssl-engine.patch')
-rw-r--r--net/squid/patches/010-openssl-engine.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/squid/patches/010-openssl-engine.patch b/net/squid/patches/010-openssl-engine.patch
deleted file mode 100644
index e7f97eec5..000000000
--- a/net/squid/patches/010-openssl-engine.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/ssl/support.cc
-+++ b/src/ssl/support.cc
-@@ -485,7 +485,7 @@ Ssl::Initialize(void)
-
- SQUID_OPENSSL_init_ssl();
-
--#if HAVE_OPENSSL_ENGINE_H
-+#ifndef OPENSSL_NO_ENGINE
- if (::Config.SSL.ssl_engine) {
- ENGINE_load_builtin_engines();
- ENGINE *e;