diff options
-rw-r--r-- | download.lst | 4 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsec-wrapper.h | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/download.lst b/download.lst index fbbbb2ea92d5..8a75c598af84 100644 --- a/download.lst +++ b/download.lst @@ -334,8 +334,8 @@ LIBWEBP_TARBALL := libwebp-1.3.0.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -XMLSEC_SHA256SUM := 5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c -XMLSEC_TARBALL := xmlsec1-1.2.37.tar.gz +XMLSEC_SHA256SUM := df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6 +XMLSEC_TARBALL := xmlsec1-1.3.0.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/xmlsecurity/inc/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsec-wrapper.h index e4048de94bf2..7c6d267e8b73 100644 --- a/xmlsecurity/inc/xmlsec-wrapper.h +++ b/xmlsecurity/inc/xmlsec-wrapper.h @@ -23,11 +23,6 @@ #include <sal/types.h> -// Cf. xmlsec's configure.in: -#if SAL_TYPES_SIZEOFPOINTER != 4 && !defined SYSTEM_XMLSEC -#define XMLSEC_NO_SIZE_T -#endif - #include <xmlsec/base64.h> #include <xmlsec/bn.h> #include <xmlsec/errors.h> |