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

Unified Diff: mozilla/security/nss/lib/ckfw/builtins/certdata.c

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
Index: mozilla/security/nss/lib/ckfw/builtins/certdata.c
===================================================================
--- mozilla/security/nss/lib/ckfw/builtins/certdata.c (revision 164196)
+++ mozilla/security/nss/lib/ckfw/builtins/certdata.c (working copy)
@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.85 $ $Date: 2012/02/18 21:41:45 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.85 $ $Date: 2012/02/18 21:41:45 $";
+static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.86 $ $Date: 2012/04/25 14:49:29 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.86 $ $Date: 2012/04/25 14:49:29 $";
#endif /* DEBUG */
#ifndef BUILTINS_H
@@ -1057,7 +1057,7 @@
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)"CVS ID", (PRUint32)7 },
{ (void *)"NSS", (PRUint32)4 },
- { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.85 $ $Date: 2012/02/18 21:41:45 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.85 $ $Date: 2012/02/18 21:41:45 $", (PRUint32)160 }
+ { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.86 $ $Date: 2012/04/25 14:49:29 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.86 $ $Date: 2012/04/25 14:49:29 $", (PRUint32)160 }
};
#endif /* DEBUG */
static const NSSItem nss_builtins_items_1 [] = {

Powered by Google App Engine
This is Rietveld 408576698