aboutsummaryrefslogtreecommitdiff
path: root/security/stunnel/files/ssl-noengine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'security/stunnel/files/ssl-noengine.patch')
-rw-r--r--security/stunnel/files/ssl-noengine.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/stunnel/files/ssl-noengine.patch b/security/stunnel/files/ssl-noengine.patch
new file mode 100644
index 000000000000..e2a444b12ef0
--- /dev/null
+++ b/security/stunnel/files/ssl-noengine.patch
@@ -0,0 +1,11 @@
+--- src/ssl.c.orig Thu Sep 2 18:02:59 2004
++++ src/ssl.c Thu Sep 2 18:03:26 2004
+@@ -70,7 +70,7 @@
+ void context_init(void) { /* init SSL */
+ int i;
+
+-#if SSLEAY_VERSION_NUMBER >= 0x00907000L
++#if 0
+ /* Load all bundled ENGINEs into memory and make them visible */
+ ENGINE_load_builtin_engines();
+ /* Register all of them for every algorithm they collectively implement */