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

Unified Diff: patches/nss-shvfy-const.patch

Issue 11359091: Update NSS to NSS 3.14 pre-release snapshot 2012-06-26 01:00:00 PDT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Remove the RCS Id from nss-shvfy-const.patch Created 8 years, 1 month 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: patches/nss-shvfy-const.patch
===================================================================
--- patches/nss-shvfy-const.patch (revision 0)
+++ patches/nss-shvfy-const.patch (revision 0)
@@ -0,0 +1,17 @@
+Index: mozilla/security/nss/lib/freebl/shvfy.c
+===================================================================
+RCS file: /cvsroot/mozilla/security/nss/lib/freebl/shvfy.c,v
+retrieving revision 1.17
+retrieving revision 1.18
+diff -u -r1.17 -r1.18
+--- mozilla/security/nss/lib/freebl/shvfy.c 12 Jun 2012 16:39:00 -0000 1.17
++++ mozilla/security/nss/lib/freebl/shvfy.c 22 Sep 2012 15:18:19 -0000 1.18
+@@ -301,7 +301,7 @@
+ PRFileDesc *checkFD = NULL;
+ PRFileDesc *shFD = NULL;
+ void *hashcx = NULL;
+- SECHashObject *hashObj = NULL;
++ const SECHashObject *hashObj = NULL;
+ SECItem signature = { 0, NULL, 0 };
+ SECItem hash;
+ int bytesRead, offset;

Powered by Google App Engine
This is Rietveld 408576698