summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xmlsecurity.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-11-30 17:00:58 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-11-30 17:07:51 +0000
commitbef9ba5e062b340b1835db94620f7ea4fa0b123b (patch)
tree69cea539cd6e848f9b7241c9f88a21979d54503b /xmlsecurity/Library_xmlsecurity.mk
parentc038d88c228bb2f4d0dde88f59ee4b9c6620687e (diff)
xmlsecurity PDF verify: look for the signingCertificateV2 attribute
This is a required part of the PAdES spec, but so far we only wrote it. As a start just expose if the attribute exists or not. Change-Id: Iae3815f764973a2fd29d72593236c2f484172101 Reviewed-on: https://gerrit.libreoffice.org/31436 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index af561230c6aa..aee3bcb34994 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -82,6 +82,7 @@ $(eval $(call gb_Library_add_defs,xmlsecurity,\
))
$(eval $(call gb_Library_use_externals,xmlsecurity,\
nss3 \
+ plc4 \
))
endif # BUILD_TYPE=DESKTOP
endif