[Libreoffice-commits] core.git: xmlsecurity/source
Stephan Bergmann
sbergman at redhat.com
Mon Jul 17 15:29:45 UTC 2017
xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit ddb02ccb8acec9ed3078364c96698a7a71b724bc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jul 17 17:29:06 2017 +0200
loplugin:unnecessaryparen: xmlsecurity (clang-cl)
Change-Id: Iaef0f4dda4ea4cb2d3bb67d9007873c89b9aa5c5
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
index 55b732987d0f..8de01fa987e8 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
@@ -994,9 +994,9 @@ sal_Int32 SecurityEnvironment_MSCryptImpl::getCertificateCharacters( const css::
if( CryptAcquireCertificatePrivateKey( pCertContext ,
0 ,
nullptr ,
- &( hProv ) ,
- &( dwKeySpec ) ,
- &( fCallerFreeProv ) )
+ &hProv,
+ &dwKeySpec,
+ &fCallerFreeProv )
) {
characters |= css::security::CertificateCharacters::HAS_PRIVATE_KEY ;
More information about the Libreoffice-commits
mailing list