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) |
- { |