Index: net/ssl/ssl_platform_key_win.h |
diff --git a/net/ssl/ssl_platform_key_win.h b/net/ssl/ssl_platform_key_win.h |
index a5f6455d8635fa48286d60a7f9efd281cf51ebd6..d42cba8f57c60bc8862b6cccd4fe9d302ef66c52 100644 |
--- a/net/ssl/ssl_platform_key_win.h |
+++ b/net/ssl/ssl_platform_key_win.h |
@@ -19,6 +19,12 @@ namespace net { |
class SSLPrivateKey; |
class X509Certificate; |
+// Returns an SSLPrivateKey backed by the platform private key for |
+// |cert_context| which must correspond to |certificate|. |
+scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey( |
+ const X509Certificate* certificate, |
+ PCCERT_CONTEXT cert_context); |
+ |
// Returns an SSLPrivateKey backed by |prov| and |key_spec|, which must |
// correspond to |certificate|'s public key. Takes ownership of |prov|. |
NET_EXPORT_PRIVATE scoped_refptr<SSLPrivateKey> WrapCAPIPrivateKey( |