SecureSocket: fix build without SSL.

This commit is contained in:
Adrien Destugues
2014-11-06 15:15:40 +01:00
parent b1b51eddee
commit fbd8b14ae7
+1 -1
View File
@@ -364,7 +364,7 @@ BSecureSocket::~BSecureSocket()
bool
BSecureSocket::CertificateVerificationFailed(BCertificate& certificate)
BSecureSocket::CertificateVerificationFailed(BCertificate& certificate, const char*)
{
(void)certificate;
return false;