$OpenBSD: patch-aux_broccoli_src_bro_openssl_c,v 1.1 2015/07/19 16:38:48 sthen Exp $
--- aux/broccoli/src/bro_openssl.c.orig	Sat Jul 18 13:34:33 2015
+++ aux/broccoli/src/bro_openssl.c	Sat Jul 18 13:36:07 2015
@@ -281,7 +281,7 @@ __bro_openssl_init(void)
    * to set up an SSL connection now and abort if this fails in any way.
    */
 
-  if (! (ctx = SSL_CTX_new(SSLv3_method())))
+  if (! (ctx = SSL_CTX_new(SSLv23_method())))
     D_RETURN_(FALSE);
   
   /* We expect things to be stored in PEM format, which means that we
