summaryrefslogtreecommitdiff
path: root/security/i2pd/files/patch-daemon_I2PControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/i2pd/files/patch-daemon_I2PControl.cpp')
-rw-r--r--security/i2pd/files/patch-daemon_I2PControl.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/i2pd/files/patch-daemon_I2PControl.cpp b/security/i2pd/files/patch-daemon_I2PControl.cpp
new file mode 100644
index 000000000000..e45bc92bdfff
--- /dev/null
+++ b/security/i2pd/files/patch-daemon_I2PControl.cpp
@@ -0,0 +1,11 @@
+--- daemon/I2PControl.cpp.orig 2017-12-04 18:40:32 UTC
++++ daemon/I2PControl.cpp
+@@ -35,7 +35,7 @@ namespace client
+ I2PControlService::I2PControlService (const std::string& address, int port):
+ m_IsRunning (false), m_Thread (nullptr),
+ m_Acceptor (m_Service, boost::asio::ip::tcp::endpoint(boost::asio::ip::address::from_string(address), port)),
+- m_SSLContext (m_Service, boost::asio::ssl::context::sslv23),
++ m_SSLContext (boost::asio::ssl::context::sslv23),
+ m_ShutdownTimer (m_Service)
+ {
+ i2p::config::GetOption("i2pcontrol.password", m_Password);