diff options
Diffstat (limited to 'remoting/protocol/ssl_hmac_channel_authenticator.cc')
-rw-r--r-- | remoting/protocol/ssl_hmac_channel_authenticator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc index 99df767..93f3824 100644 --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc @@ -86,7 +86,7 @@ void SslHmacChannelAuthenticator::SecureAndAuthenticate( result = server_socket->Handshake(base::Bind( &SslHmacChannelAuthenticator::OnConnected, base::Unretained(this))); } else { - cert_verifier_.reset(new net::CertVerifier()); + cert_verifier_.reset(net::CertVerifier::CreateDefault()); net::SSLConfig::CertAndStatus cert_and_status; cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID; |