summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 18:28:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 14:00:06 +0100
commit3c63480d3e0f961476df154854a51e50fb536ad4 (patch)
tree3b262bc8121ffc40aa1b2df75b62fccb1ba32df3 /xmlsecurity
parent872ec271ebc783a97beaed85f8db018c1cda71d5 (diff)
-Werror,-Wwritable-strings
Change-Id: Iba3e60522acc5ef6ee4b9211c68c7f7317c9c4a9
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/oid.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
index 4521cc317112..94fa4c412558 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_MSCRYPT_OID_HXX
typedef struct {
- char *oid;
- char *desc;
+ char const *oid;
+ char const *desc;
} OIDItem;
OIDItem OIDs[] = {