diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-10 22:42:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-11 13:53:16 +0200 |
commit | 6a069bea171a9857829d82711d16ec19621ff5f7 (patch) | |
tree | d5aea3752aa3c8e48f673dc0f38ce92193ce2d11 /external/xmlsec/UnpackedTarball_xmlsec.mk | |
parent | 2ff121f298e64ff204621220622472fe697d599d (diff) |
Related: tdf#109180 xmlsec nss: backport ecdsa fix
Change-Id: Id977be090e09eefcb4196078682694443718c2fd
Reviewed-on: https://gerrit.libreoffice.org/54103
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'external/xmlsec/UnpackedTarball_xmlsec.mk')
-rw-r--r-- | external/xmlsec/UnpackedTarball_xmlsec.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/xmlsec/UnpackedTarball_xmlsec.mk b/external/xmlsec/UnpackedTarball_xmlsec.mk index 808803d38a8f..24be126f1d84 100644 --- a/external/xmlsec/UnpackedTarball_xmlsec.mk +++ b/external/xmlsec/UnpackedTarball_xmlsec.mk @@ -12,6 +12,8 @@ xmlsec_patches += xmlsec1-configure.patch.1 xmlsec_patches += xmlsec1-vc.patch.1 xmlsec_patches += xmlsec1-1.2.14_fix_extern_c.patch.1 xmlsec_patches += xmlsec1-customkeymanage.patch.1 +# Backport of <https://github.com/lsh123/xmlsec/pull/172>. +xmlsec_patches += xmlsec1-ecdsa-assert.patch.1 $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec)) |