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

Tor Lillqvist tml at collabora.com
Tue Mar 15 06:14:04 UTC 2016


 xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 869262bcc980d1d964036dbaba87a456479f53b7
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Mar 15 08:13:25 2016 +0200

    Re-introduce two lines apparently accidentally removed yesterday
    
    ... in 43d57d105d2acf97e79e90f8d640923b91ac64a8.
    
    Change-Id: I07a1b9cb4edb34558c1b4aaf56a01b635de49f65

diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
index 54deb32..e05408c 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
@@ -78,6 +78,9 @@ class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper<
         //Methods from XUnoTunnel
         virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw (css::uno::RuntimeException);
 
+        /// @see xmlsecurity::Certificate::getSHA256Thumbprint().
+        virtual css::uno::Sequence<sal_Int8> getSHA256Thumbprint() throw (css::uno::RuntimeException, std::exception) override;
+
         static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId() ;
         static X509Certificate_MSCryptImpl* getImplementation( const css::uno::Reference< css::uno::XInterface >& rObj ) ;
 


More information about the Libreoffice-commits mailing list