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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Index: mozilla/security/nss/lib/freebl/shvfy.c
2 ===================================================================
3 RCS file: /cvsroot/mozilla/security/nss/lib/freebl/shvfy.c,v
4 retrieving revision 1.17
5 retrieving revision 1.18
6 diff -u -r1.17 -r1.18
7 --- mozilla/security/nss/lib/freebl/shvfy.c 12 Jun 2012 16:39:00 -0000 1.17
8 +++ mozilla/security/nss/lib/freebl/shvfy.c 22 Sep 2012 15:18:19 -0000 1.18
9 @@ -301,7 +301,7 @@
10 PRFileDesc *checkFD = NULL;
11 PRFileDesc *shFD = NULL;
12 void *hashcx = NULL;
13 - SECHashObject *hashObj = NULL;
14 + const SECHashObject *hashObj = NULL;
15 SECItem signature = { 0, NULL, 0 };
16 SECItem hash;
17 int bytesRead, offset;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698