Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: net/third_party/nss/ssl/sslimpl.h

Issue 24216005: NSS: fix session cache lock initialisation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e3ae9cec5d3ec88d7c41b704df86d88bb0730fbf..cbaf914da4dcf5789be8bd9f90cffdeeb7abc94c 100644
--- a/net/third_party/nss/ssl/sslimpl.h
+++ b/net/third_party/nss/ssl/sslimpl.h
@@ -1845,7 +1845,7 @@ extern SECStatus ssl_InitSymWrapKeysLock(void);
extern SECStatus ssl_FreeSymWrapKeysLock(void);
-extern SECStatus ssl_InitSessionCacheLocks(PRBool lazyInit);
+extern SECStatus ssl_InitSessionCacheLocks(void);
extern SECStatus ssl_FreeSessionCacheLocks(void);
wtc 2013/09/19 04:37:51 If we mark ssl_FreeSessionCacheLocks as static, re
agl 2013/09/19 17:40:51 Done.

Powered by Google App Engine
This is Rietveld 408576698