$OpenBSD: patch-src_ChunkedIO_cc,v 1.1 2015/07/19 16:38:48 sthen Exp $
--- src/ChunkedIO.cc.orig	Sat Jul 18 13:34:33 2015
+++ src/ChunkedIO.cc	Sat Jul 18 13:36:17 2015
@@ -705,7 +705,7 @@ bool ChunkedIOSSL::Init()
 		{
 		SSL_load_error_strings();
 
-		ctx = SSL_CTX_new(SSLv3_method());
+		ctx = SSL_CTX_new(SSLv23_method());
 		if ( ! ctx )
 			{
 			Log("can't create SSL context");
