| Index: net/socket/ssl_server_socket_unittest.cc
|
| diff --git a/net/socket/ssl_server_socket_unittest.cc b/net/socket/ssl_server_socket_unittest.cc
|
| index de89c207117b900a92f2f4b89a90a12ea692821f..15e01511dc8ed6ad8e456405d0f31d56019674d1 100644
|
| --- a/net/socket/ssl_server_socket_unittest.cc
|
| +++ b/net/socket/ssl_server_socket_unittest.cc
|
| @@ -262,7 +262,7 @@ class SSLServerSocketTest : public PlatformTest {
|
| // Certificate provided by the host doesn't need authority.
|
| net::SSLConfig::CertAndStatus cert_and_status;
|
| cert_and_status.cert_status = CERT_STATUS_AUTHORITY_INVALID;
|
| - cert_and_status.cert = cert;
|
| + cert_and_status.cert_der = cert_der;
|
| ssl_config.allowed_bad_certs.push_back(cert_and_status);
|
|
|
| net::HostPortPair host_and_pair("unittest", 0);
|
|
|