Index: net/ssl/ssl_config.h |
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h |
index 6b3919bbe6389e384b71890b53310fafae829b2d..7eff49df25964805ae6f311cd83ce5405ccabf5d 100644 |
--- a/net/ssl/ssl_config.h |
+++ b/net/ssl/ssl_config.h |
@@ -10,6 +10,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 { |
@@ -169,6 +170,7 @@ struct NET_EXPORT SSLConfig { |
NextProtoVector renego_allowed_for_protos; |
scoped_refptr<X509Certificate> client_cert; |
+ scoped_refptr<SSLPrivateKey> client_private_key; |
}; |
} // namespace net |