summaryrefslogtreecommitdiff
path: root/security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c')
-rw-r--r--security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c b/security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c
deleted file mode 100644
index 11e8ca6360d2..000000000000
--- a/security/broccoli/files/patch-aux_broccoli_src_bro__openssl.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- aux/broccoli/src/bro_openssl.c.orig 2018-12-19 16:36:18 UTC
-+++ aux/broccoli/src/bro_openssl.c
-@@ -302,7 +302,11 @@ __bro_openssl_init(void)
- * to set up an SSL connection now and abort if this fails in any way.
- */
-
-- if (! (ctx = SSL_CTX_new(SSLv23_method())))
-+#ifndef OPENSSL_NO_SSL3
-+ if (! (ctx = SSL_CTX_new(SSLv3_method())))
-+#else
-+ if (! (ctx = SSL_CTX_new(SSLv23_method())))
-+#endif
- D_RETURN_(FALSE);
-
- /* We expect things to be stored in PEM format, which means that we