Index: net/third_party/nss/ssl/sslimpl.h |
diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h |
index c656f65245564400057a1daff8117bd408fa8efa..1ea82dab8986b1a283c99cc1c8d469c206b35fdd 100644 |
--- a/net/third_party/nss/ssl/sslimpl.h |
+++ b/net/third_party/nss/ssl/sslimpl.h |
@@ -854,7 +854,7 @@ const ssl3CipherSuiteDef *suite_def; |
#ifdef NSS_PLATFORM_CLIENT_AUTH |
#if defined(XP_WIN32) |
-typedef HCRYPTPROV PlatformKey; |
+typedef PCERT_KEY_CONTEXT PlatformKey; |
#elif defined(XP_MACOSX) |
typedef SecKeyRef PlatformKey; |
#else |