From 71a19f05a25f258efbf874998317e13c26c2b700 Mon Sep 17 00:00:00 2001 From: "mcgreer%netscape.com" Date: Fri, 29 Jun 2001 14:09:25 +0000 Subject: [PATCH] changes needed to make addbuiltin build again git-svn-id: svn://10.0.0.236/trunk@98282 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/cmd/addbuiltin/addbuiltin.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/security/nss/cmd/addbuiltin/addbuiltin.c b/mozilla/security/nss/cmd/addbuiltin/addbuiltin.c index f2804e644c6..8508bc3635c 100644 --- a/mozilla/security/nss/cmd/addbuiltin/addbuiltin.c +++ b/mozilla/security/nss/cmd/addbuiltin/addbuiltin.c @@ -34,11 +34,12 @@ /* * Tool for converting builtin CA certs. * - * $Id: addbuiltin.c,v 1.2 2001-01-26 16:45:45 mcgreer%netscape.com Exp $ + * $Id: addbuiltin.c,v 1.3 2001-06-29 14:09:25 mcgreer%netscape.com Exp $ */ #include "nss.h" #include "cert.h" +#include "certdb.h" #include "secutil.h" #include "pk11func.h" @@ -71,7 +72,7 @@ char *getTrustString(unsigned int trust) } return "CKT_NETSCAPE_VALID"; /* not reached */ } - + static SECStatus ConvertCertificate(SECItem *sdder, char *nickname, CERTCertTrust *trust) { @@ -176,7 +177,7 @@ printheader() { "# may use your version of this file under either the MPL or the\n" "# GPL.\n" "#\n" - "CVS_ID \"@(#) $RCSfile: addbuiltin.c,v $ $Revision: 1.2 $ $Date: 2001-01-26 16:45:45 $ $Name: not supported by cvs2svn $\"\n" + "CVS_ID \"@(#) $RCSfile: addbuiltin.c,v $ $Revision: 1.3 $ $Date: 2001-06-29 14:09:25 $ $Name: not supported by cvs2svn $\"\n" "\n" "#\n" "# certdata.txt\n"