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

Unified Diff: nss/patches/nss-warnings.patch

Issue 10540165: Update NSS to NSS 3.13.5 (from NSS 3.13.3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 6 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: nss/patches/nss-warnings.patch
===================================================================
--- nss/patches/nss-warnings.patch (revision 142244)
+++ nss/patches/nss-warnings.patch (working copy)
@@ -14,16 +14,3 @@
rawHash = HASH_GetRawHashObject(hashType);
if (rawHash == NULL || rawHash->length > sizeof buf) {
-Index: mozilla/security/nss/lib/certdb/stanpcertdb.c
-===================================================================
---- mozilla/security/nss/lib/certdb/stanpcertdb.c (revision 135940)
-+++ mozilla/security/nss/lib/certdb/stanpcertdb.c (working copy)
-@@ -631,7 +631,7 @@
-
- static CERTCertificate *
- common_FindCertByNicknameOrEmailAddrForUsage(CERTCertDBHandle *handle,
-- char *name,
-+ const char *name,
- PRBool anyUsage,
- SECCertUsage lookingForUsage)
- {

Powered by Google App Engine
This is Rietveld 408576698