diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-04-24 14:27:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-04-25 08:05:16 +0200 |
commit | 26bf26272bf525b59b4a4ce18b3ce14c1febfd7b (patch) | |
tree | 0e10c8a81d2262956d82302005ceb2e61c28315c /xmlsecurity | |
parent | 33c2443134cfd2110258d5424645ace9e1db127f (diff) |
Update libxmlsec to 1.3.0
See <https://github.com/lsh123/xmlsec/releases/tag/xmlsec_1_3_0> for the
upstream release notes, notably:
> (ABI breaking change) Switched xmlSecSize to use size_t by default.
Adapt xmlsec-wrapper.h accordingly.
Change-Id: If910e44441be65794d4441558e2838d00b4b927c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150647
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsec-wrapper.h | 5 |
1 files changed, 0 insertions, 5 deletions
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> |