Loading src/SSLServer.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -15,8 +15,7 @@ SSLServer::SSLServer(Tango::DeviceImpl* deviceImpl_p, { { DEBUG_STREAM << "SSLServer::SSLServer()" << endl; DEBUG_STREAM << "SSLServer::SSLServer()" << endl; m_context_sp.reset(new boost::asio::ssl::context(*m_ioService_sp, m_context_sp.reset(new boost::asio::ssl::context(boost::asio::ssl::context::sslv23)); boost::asio::ssl::context::sslv23)); m_context_sp->set_options(boost::asio::ssl::context::default_workarounds | m_context_sp->set_options(boost::asio::ssl::context::default_workarounds | boost::asio::ssl::context::no_sslv2 | boost::asio::ssl::context::no_sslv2 | Loading Loading
src/SSLServer.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -15,8 +15,7 @@ SSLServer::SSLServer(Tango::DeviceImpl* deviceImpl_p, { { DEBUG_STREAM << "SSLServer::SSLServer()" << endl; DEBUG_STREAM << "SSLServer::SSLServer()" << endl; m_context_sp.reset(new boost::asio::ssl::context(*m_ioService_sp, m_context_sp.reset(new boost::asio::ssl::context(boost::asio::ssl::context::sslv23)); boost::asio::ssl::context::sslv23)); m_context_sp->set_options(boost::asio::ssl::context::default_workarounds | m_context_sp->set_options(boost::asio::ssl::context::default_workarounds | boost::asio::ssl::context::no_sslv2 | boost::asio::ssl::context::no_sslv2 | Loading