Yet anoter noSSL build fix.

This commit is contained in:
Adrien Destugues
2014-01-17 12:13:27 +01:00
parent 76b3c7f420
commit 9e9ccf69c0
@@ -356,6 +356,13 @@ BSecureSocket::~BSecureSocket()
}
bool
BSecureSocket::CertificateVerificationFailed(BCertificate)
{
return false;
}
status_t
BSecureSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout)
{