diff options
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r-- | net/socket/socket_test_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h index 7e69da8..cc90516 100644 --- a/net/socket/socket_test_util.h +++ b/net/socket/socket_test_util.h @@ -264,8 +264,9 @@ struct SSLSocketDataProvider { SSLClientSocket::NextProtoStatus next_proto_status; std::string next_proto; bool was_npn_negotiated; + bool client_cert_sent; net::SSLCertRequestInfo* cert_request_info; - scoped_refptr<X509Certificate> cert_; + scoped_refptr<X509Certificate> cert; }; // A DataProvider where the client must write a request before the reads (e.g. |