diff options
Diffstat (limited to 'xmlsecurity/tools/standalone/csfit/certmngr.cxx')
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/certmngr.cxx | 9 |
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 ; |