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

Side by Side Diff: patches/nss-warnings.patch

Issue 10961060: Update NSS to NSS 3.14 Beta 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Merge nss-static2.patch into nss-static.patch Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Index: mozilla/security/nss/lib/softoken/pkcs11c.c
2 ===================================================================
3 --- mozilla/security/nss/lib/softoken/pkcs11c.c (revision 135940)
4 +++ mozilla/security/nss/lib/softoken/pkcs11c.c (working copy)
5 @@ -6167,9 +6167,9 @@
6 const SECHashObject * rawHash;
7 unsigned hashLen;
8 CK_BYTE buf[HASH_LENGTH_MAX];
9 - /* const */ CK_BYTE * prk; /* psuedo-random key */
10 + CK_BYTE * prk; /* psuedo-random key */
11 CK_ULONG prkLen;
12 - const CK_BYTE * okm; /* output keying material */
13 + CK_BYTE * okm; /* output keying material */
14
15 rawHash = HASH_GetRawHashObject(hashType);
16 if (rawHash == NULL || rawHash->length > sizeof buf) {
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698