summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:22 +0000
commitea2716f2d2f49332939cb1b1dc63ebab012923bb (patch)
treef5feb803a29ed9e89f784b91beae5d6c32235736 /xmlsecurity/source
parentd6a49f2e041df75d662d7b170a24441f8453ed95 (diff)
INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED
2008/07/30 09:30:34 cmc 1.9.22.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
index 95b4cb01a58a..c84dd4d9cbc5 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlencryption_nssimpl.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -47,6 +47,11 @@
#endif
#include "errorcallback.hxx"
+#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"
#include "xmlsec/xmltree.h"
#include "xmlsec/xmlenc.h"