summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-31 12:12:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-31 12:14:41 +0200
commit9a81c6933b829e511c3c61e2ae4205c04e577e4b (patch)
treed0454f2f2d942b6c8ae10d342c2559daa5cf5737 /xmlsecurity
parent0829b992a22119eae9240d3a13ec2c05cc828ec5 (diff)
loplugin:constparams: xmlsecurity (clang-cl)
Change-Id: If79b5c1bfdecc8e40247e9f1b2ba314f06ebbe84
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
index 35b3835a2afe..7fcc699b8a25 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
@@ -492,7 +492,7 @@ X509Certificate_MSCryptImpl* X509Certificate_MSCryptImpl::getImplementation( con
return nullptr ;
}
-OUString findOIDDescription(char *oid)
+OUString findOIDDescription(char const *oid)
{
OUString ouOID = OUString::createFromAscii( oid );
for (int i=0; i<nOID; i++)