Update patch to work against stable release

This commit is contained in:
Michael Cronenworth 2018-01-25 13:38:11 -06:00
parent 61a12d4e64
commit 6e92059500

View File

@ -13,10 +13,10 @@ diff --git a/webserver/proxyclient.cpp b/webserver/proxyclient.cpp
index 6bd6b8771..86baef222 100644
--- a/webserver/proxyclient.cpp
+++ b/webserver/proxyclient.cpp
@@ -771,7 +771,7 @@ namespace http {
@@ -639,7 +639,7 @@
void CProxyManager::StartThread()
{
try {
//boost::asio::ssl::context ctx(io_service, boost::asio::ssl::context::tlsv12_client);
- boost::asio::ssl::context ctx(io_service, boost::asio::ssl::context::sslv23);
+ boost::asio::ssl::context ctx(boost::asio::ssl::context::sslv23);
ctx.set_verify_mode(boost::asio::ssl::verify_none);