summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/standalone/csfit/certmngr.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-26 06:30:29 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-26 06:30:29 +0000
commitf2cd9e259fb634584b42ffebfd22622df3867065 (patch)
tree86ac6242c61a12f69fe30118d96081424587a134 /xmlsecurity/tools/standalone/csfit/certmngr.cxx
parent568e4e8c2e5f4a6b9351a3880f97c23a0c5a0f48 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/tools/standalone/csfit/certmngr.cxx')
-rw-r--r--xmlsecurity/tools/standalone/csfit/certmngr.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/certmngr.cxx b/xmlsecurity/tools/standalone/csfit/certmngr.cxx
index 5232b71a4a8d..22b4921e5482 100644
--- a/xmlsecurity/tools/standalone/csfit/certmngr.cxx
+++ b/xmlsecurity/tools/standalone/csfit/certmngr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: certmngr.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mmi $ $Date: 2004-07-23 08:46:47 $
+ * last change: $Author: mt $ $Date: 2004-07-26 07:29:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#include "securityenvironment_nssimpl.hxx"
+#include <xmlsecurity/biginteger.hxx>
+
+
#include "nspr.h"
#include "prtypes.h"
@@ -96,8 +99,6 @@ using namespace ::com::sun::star::security ;
using namespace ::com::sun::star::xml::wrapper ;
using namespace ::com::sun::star::xml::crypto ;
-extern OUString bigIntegerToNumericString( Sequence< sal_Int8 > serial ) ;
-
int SAL_CALL main( int argc, char **argv )
{
CERTCertDBHandle* certHandle ;