summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-11-23 11:27:32 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-11-23 13:18:58 +0000
commitcb851cbb09adc637bb6e8095050292f7a8c6a7b1 (patch)
tree571c3f1fd8a66ace3eccba4bd9638d4b13f0ea54 /xmlsecurity
parentd99a6463ab53a5e4de92c1d2fb6b178e3a5bde2a (diff)
vcl mscrypto PDF sign: add initial 'signing-certificate' signed attribute
Equivalent of the earlier NSS commit, payload is just an empty sequence at the moment. Change-Id: I4639e2514ef01d23da04aedc30f63f9e8878223b Reviewed-on: https://gerrit.libreoffice.org/31108 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/pdfio/pdfdocument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/pdfio/pdfdocument.cxx b/xmlsecurity/source/pdfio/pdfdocument.cxx
index ef9900c13f3b..648cc4b36f35 100644
--- a/xmlsecurity/source/pdfio/pdfdocument.cxx
+++ b/xmlsecurity/source/pdfio/pdfdocument.cxx
@@ -380,7 +380,7 @@ sal_Int32 PDFDocument::WriteSignatureObject(const OUString& rDescription, bool b
aSigBuffer.append("/ETSI.CAdES.detached");
else
#else
- (void)bAdES;
+ (void)bAdES;
#endif
aSigBuffer.append("/adbe.pkcs7.detached");