~poy/dcbouncer/dcbouncer

« back to all changes in this revision

Viewing changes to Hub.cpp

  • Committer: poy
  • Date: 2017-10-30 23:38:08 UTC
  • Revision ID: poy@123gen.com-20171030233808-xgdksrdrml25a2lf
let the Sockets lib pick the best TLS method

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
void Hub::InitSSLClient()
34
34
{
35
 
        InitializeContext(std::string(), TLSv1_method());
 
35
        InitializeContext(std::string());
36
36
}
37
37
 
38
38
void Hub::OnConnect()