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

Unified Diff: nss/mozilla/security/nss/lib/pki/trustdomain.c

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: nss/mozilla/security/nss/lib/pki/trustdomain.c
===================================================================
--- nss/mozilla/security/nss/lib/pki/trustdomain.c (revision 55475)
+++ nss/mozilla/security/nss/lib/pki/trustdomain.c (working copy)
@@ -35,7 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile: trustdomain.c,v $ $Revision: 1.61 $ $Date: 2010/02/10 02:04:32 $";
+static const char CVS_ID[] = "@(#) $RCSfile: trustdomain.c,v $ $Revision: 1.62 $ $Date: 2010/05/21 00:02:48 $";
#endif /* DEBUG */
#ifndef DEV_H
@@ -46,10 +46,6 @@
#include "pkim.h"
#endif /* PKIM_H */
-#ifndef PKI1T_H
-#include "pki1t.h"
-#endif /* PKI1T_H */
-
#include "cert.h"
#include "pki3hack.h"
#include "pk11pub.h"

Powered by Google App Engine
This is Rietveld 408576698