| 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..894bf9843520f4071ddbce3eee5a86578592b1a7 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.der_cert = cert_der;
|
| ssl_config.allowed_bad_certs.push_back(cert_and_status);
|
|
|
| net::HostPortPair host_and_pair("unittest", 0);
|
|
|