Index: net/socket/ssl_client_socket_openssl.cc |
diff --git a/net/socket/ssl_client_socket_openssl.cc b/net/socket/ssl_client_socket_openssl.cc |
index 47e85c9faeb0f77b584d91ce429c45d03e2682c9..e14527cfb8d56d69219a7ebd1520ba736e46df8c 100644 |
--- a/net/socket/ssl_client_socket_openssl.cc |
+++ b/net/socket/ssl_client_socket_openssl.cc |
@@ -652,7 +652,6 @@ void SSLClientSocketOpenSSL::GetSSLCertRequestInfo( |
SSLCertRequestInfo* cert_request_info) { |
cert_request_info->host_and_port = host_and_port_.ToString(); |
cert_request_info->cert_authorities = cert_authorities_; |
- cert_request_info->client_certs = client_certs_; |
} |
int SSLClientSocketOpenSSL::ExportKeyingMaterial( |
@@ -771,7 +770,6 @@ void SSLClientSocketOpenSSL::Disconnect() { |
completed_handshake_ = false; |
cert_authorities_.clear(); |
- client_certs_.clear(); |
client_auth_cert_needed_ = false; |
} |