diff options
Diffstat (limited to 'xmlsecurity/tools/standalone/mscsfit/certmngr.cxx')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/certmngr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx b/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx index a4f2105c2c91..4247b7c3ca4b 100644 --- a/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx +++ b/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx @@ -10,6 +10,8 @@ #include "securityenvironment_mscryptimpl.hxx" +#include <xmlsecurity/biginteger.hxx> + #include "xmlsec/strings.h" #include "xmlsec/xmltree.h" #include "xmlsec/mscrypto/app.h" @@ -28,8 +30,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 ) { const char* n_pCertStore ; |