mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
squid: Update to 4.6
Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -8383,7 +8383,8 @@
|
||||
@@ -8385,7 +8385,8 @@
|
||||
|
||||
# cf_gen builds the configuration files.
|
||||
cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) cf_gen_defines.cci
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user