summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:16:37 +0000
commit08742793d04f8fdb9c5947d02b2f1a79403fa444 (patch)
tree51d7d525fde2924e4b4c5c7c9e69e8c140b1fd7b /xmlsecurity
parentea2716f2d2f49332939cb1b1dc63ebab012923bb (diff)
INTEGRATION: CWS cmcfixes48 (1.7.22); FILE MERGED
2008/07/30 09:30:35 cmc 1.7.22.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
index 4167665c4a24..2c504c6b6c33 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlsecuritycontext_nssimpl.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -39,6 +39,11 @@
#endif
#include "xmlstreamio.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/keysmngr.h"
#include "xmlsec/crypto.h"