summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:48 +0000
commitccc9fdb0d4edd596a0553c3bd39e190ee12f58c5 (patch)
treee487523a865e7783ab5f1d62de7c248b0366b09b /xmlsecurity
parent08742793d04f8fdb9c5947d02b2f1a79403fa444 (diff)
INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED
2008/07/30 09:30:35 cmc 1.9.22.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
index abb2ee5fb027..4199052f1f91 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlsignature_nssimpl.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -52,6 +52,11 @@
#include "xmlstreamio.hxx"
#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/xmldsig.h"
#include "xmlsec/crypto.h"