| 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 [] = {
|
|
|