| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| index b444adefeace4c55b06d4cb64782b0791a4b04ba..e994e29a7137048e14388565c9d5ee025ed5f90d 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| @@ -21,7 +21,6 @@
|
| #include "net/socket/ssl_client_socket.h"
|
| #include "net/socket/ssl_server_socket.h"
|
| #include "net/ssl/ssl_config_service.h"
|
| -#include "net/ssl/ssl_server_config.h"
|
| #include "remoting/base/rsa_key_pair.h"
|
| #include "remoting/protocol/auth_util.h"
|
| #include "remoting/protocol/p2p_stream_socket.h"
|
| @@ -220,7 +219,7 @@
|
| return;
|
| }
|
|
|
| - net::SSLServerConfig ssl_config;
|
| + net::SSLConfig ssl_config;
|
| ssl_config.require_ecdhe = true;
|
|
|
| scoped_ptr<net::SSLServerSocket> server_socket = net::CreateSSLServerSocket(
|
|
|