| Index: net/ssl/ssl_config.h
|
| diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
|
| index 9a73f41afd631312ac8da8332f41d62f64a17dd7..6f185fec8bc49c22a887c8f14f3886d82ff5bbd0 100644
|
| --- a/net/ssl/ssl_config.h
|
| +++ b/net/ssl/ssl_config.h
|
| @@ -11,6 +11,7 @@
|
| #include "net/base/net_export.h"
|
| #include "net/cert/x509_certificate.h"
|
| #include "net/socket/next_proto.h"
|
| +#include "net/ssl/ssl_private_key.h"
|
|
|
| namespace net {
|
|
|
| @@ -170,6 +171,7 @@ struct NET_EXPORT SSLConfig {
|
| NextProtoVector renego_allowed_for_protos;
|
|
|
| scoped_refptr<X509Certificate> client_cert;
|
| + scoped_refptr<SSLPrivateKey> client_private_key;
|
| };
|
|
|
| } // namespace net
|
|
|