summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2011-02-03 16:22:52 +0100
committerTobias Krause <tkr@openoffice.org>2011-02-03 16:22:52 +0100
commitd5feca7dcd9b2de4332c6b53657f6f5acbeb7b9a (patch)
tree6e44b68a8350217b8e1cd96faaefaca108528201 /xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
parent143e8326931e0751caf3428eec0d8542229dd063 (diff)
tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added
Diffstat (limited to 'xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
index a97c96b6c3d3..7d6f21ce1551 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
@@ -60,6 +60,9 @@
#include <list>
#include "xmlsec/xmlsec.h"
+#include "sal/types.h"
+
+
class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper4<
::com::sun::star::xml::crypto::XSecurityEnvironment ,
::com::sun::star::lang::XInitialization ,