diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-09-24 21:06:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-09-25 09:02:57 +0200 |
commit | 2dd3d03b5350e18cb5f39978022620b55d3d8c5b (patch) | |
tree | 5c82e20fef4188cad18ed88be6b6a1a98613750c /xmlsecurity/Library_xmlsecurity.mk | |
parent | 6505f43b09fda83f26159746083b971bfab8054a (diff) |
xmlsecurity: fold pdfio into pdfsignaturehelper
Most of the initial pdfio was moved to vcl as vcl::filter::PDFDocument.
A small part was left here, because it depended on NSS. Then later the
NSS bits were moved to svl::crypto::Signing. The rest is just a small
amount of code, keeping that separate from PDFSignatureHelper, which is
its only user makes little sense.
With this, vcl::filter::PDFDocument is an implementation detail of
PDFSignatureHelper during signature verification.
Change-Id: I6230f9e46deeff7159970f88dbb3bd2de0e9ce7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103350
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Library_xmlsecurity.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk index 89306bf5ac27..f50140edb303 100644 --- a/xmlsecurity/Library_xmlsecurity.mk +++ b/xmlsecurity/Library_xmlsecurity.mk @@ -75,7 +75,6 @@ $(eval $(call gb_Library_add_exception_objects,xmlsecurity,\ xmlsecurity/source/helper/xsecparser \ xmlsecurity/source/helper/xsecsign \ xmlsecurity/source/helper/xsecverify \ - xmlsecurity/source/pdfio/pdfdocument \ )) $(eval $(call gb_Library_use_externals,xmlsecurity,\ |