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

Tor Lillqvist tml at collabora.com
Fri Nov 25 13:03:14 UTC 2016


 xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0ddcff205399692cadf46c26bfe3a52165762a32
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Nov 25 15:01:49 2016 +0200

    No need for this local function to be externally visible
    
    Change-Id: Idb2e716cdc4933c2691de2df21a4ee7afda9e597

diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
index 955f0bb..2ae6251 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
@@ -57,7 +57,7 @@ using ::com::sun::star::lang::XSingleServiceFactory ;
 using ::com::sun::star::xml::crypto::XSecurityEnvironment ;
 using ::com::sun::star::security::XCertificate ;
 
-extern X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) ;
+static X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) ;
 
 struct CertErrorToString{
     DWORD error;
@@ -1127,7 +1127,7 @@ bool SecurityEnvironment_MSCryptImpl::defaultEnabled() throw( Exception, Runtime
     return m_bEnableDefault ;
 }
 
-X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert )
+static X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert )
 {
     X509Certificate_MSCryptImpl* xcert ;
 


More information about the Libreoffice-commits mailing list