Skip to content

Commit

Permalink
Fix SSL errors on the Macs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Jul 8, 2011
1 parent e0f8fc3 commit 4c387a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netplay/netlobby.cpp
Expand Up @@ -384,7 +384,7 @@ namespace Lobby
else
{
debug(LOG_LOBBY, "Connecting to \"[%s]:%d\" with SSL enabled.", host_.toUtf8().constData(), port_);
socket_->addCaCertificates(cacerts_);
socket_->setCaCertificates(cacerts_);
socket_->connectToHostEncrypted(host_, port_);
}
#endif
Expand Down

0 comments on commit 4c387a1

Please sign in to comment.