diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
commit | 0dfa4db97352b95ad9b9e88b1585f7cd35f98c4a (patch) | |
tree | 87c966a4cf84b9d0279d74d821d3103d3593cec1 /xmlsecurity/tools/standalone/csfit/certmngr.cxx | |
parent | 9a18e57dd6cf67324d617f987690a197214449e3 (diff) |
#i21596# Digital Signatures...
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 fab89aa52..f30ffaf81 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 ; |