[Libreoffice-commits] core.git: xmlsecurity/inc

Tor Lillqvist tml at collabora.com
Sat Nov 12 10:01:13 UTC 2016


 xmlsecurity/inc/sigstruct.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit afca1634c9634b89be05c4822c6a317dabc29925
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Nov 12 11:45:41 2016 +0200

    cid#1394298: This field was uninitialized and unused
    
    Probably cid#1394297 was a fallout from that?
    
    Change-Id: I98134ccbbbe8bc0b7d3c172ffddcdc3666f436f6

diff --git a/xmlsecurity/inc/sigstruct.hxx b/xmlsecurity/inc/sigstruct.hxx
index eb6180a..6dd4f7f 100644
--- a/xmlsecurity/inc/sigstruct.hxx
+++ b/xmlsecurity/inc/sigstruct.hxx
@@ -70,8 +70,6 @@ struct SignatureInformation
 {
     sal_Int32 nSecurityId;
     css::xml::crypto::SecurityOperationStatus nStatus;
-    // For ODF: XAdES digests (SHA256) or the old SHA1, from css::xml::crypto::DigestID
-    sal_Int32 nDigestID;
     SignatureReferenceInformations  vSignatureReferenceInfors;
     OUString ouX509IssuerName;
     OUString ouX509SerialNumber;


More information about the Libreoffice-commits mailing list