summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:15:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:15:59 +0000
commit1289a99a6a567a6c921f81dff5267c07c4774a8a (patch)
tree7286e3b1d3cee51eca5df121663d241313fc01f3 /xmlsecurity
parent0e49ef771ba59a70a8d33bdcbde868229a59befe (diff)
INTEGRATION: CWS cmcfixes48 (1.8.22); FILE MERGED
2008/07/30 09:30:34 cmc 1.8.22.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
index e917d1711dab..bfa9295e50fe 100644
--- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: securityenvironment_nssimpl.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -59,6 +59,11 @@
#include "certdb.h"
#include "list"
+#include <sal/types.h>
+//For reasons that escape me, this is what xmlsec does when size_t is not 4
+#if SAL_TYPES_SIZEOFPOINTER != 4
+# define XMLSEC_NO_SIZE_T
+#endif
#include "xmlsec/xmlsec.h"
class SecurityEnvironment_NssImpl : public ::cppu::WeakImplHelper4<