summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/biginteger.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-24 10:47:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-25 08:52:55 +0100
commitec52e5e5a204862905b555cdc1f7393aede1f7d8 (patch)
tree199c6c7e91bd530fd582260d25aca599c09c97d8 /xmlsecurity/source/xmlsec/biginteger.cxx
parent3b006a10b77db62274af2945a2a94df1efa7ab62 (diff)
Consolidate XMLSEC_NO_SIZE_T setting in xmlsecurity/xmlsec-wrapper.h
...so all xmlsec/*.h includes are bundled there now (except, for pragmatic reasons, the xmlsec/mscrypto/*.h ones that unconditionally include windows.h and only work on Windows). Change-Id: I33e642f4f6a2e40edd6950af7f209c8b76c6e5fe
Diffstat (limited to 'xmlsecurity/source/xmlsec/biginteger.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/biginteger.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlsecurity/source/xmlsec/biginteger.cxx b/xmlsecurity/source/xmlsec/biginteger.cxx
index 20ea493a9b0a..652e130f845d 100644
--- a/xmlsecurity/source/xmlsec/biginteger.cxx
+++ b/xmlsecurity/source/xmlsec/biginteger.cxx
@@ -20,13 +20,7 @@
#include <xmlsecurity/biginteger.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/bn.h>
+#include "xmlsecurity/xmlsec-wrapper.h"
#include <com/sun/star/uno/Sequence.hxx>
using namespace ::com::sun::star::uno ;