aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/TeletexString.c
diff options
context:
space:
mode:
authorWim Lewis <wiml@omnigroup.com>2014-07-29 11:30:10 -0700
committerWim Lewis <wiml@omnigroup.com>2014-07-29 11:30:10 -0700
commit18c2ec9f1dfdc565dc8c6a1a9d826f5f9a5861b7 (patch)
treebfe05721fbc402cef4369b0f034ba85f1c9556f9 /skeletons/TeletexString.c
parentfb6344ef750a4d822ecd613819deba89b181b932 (diff)
Declare the tags[] tables in skeletons as const.
Constify the PER support structure. Constify a few other private tables in the skeleton code.
Diffstat (limited to 'skeletons/TeletexString.c')
-rw-r--r--skeletons/TeletexString.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/TeletexString.c b/skeletons/TeletexString.c
index cc2acada..faad6973 100644
--- a/skeletons/TeletexString.c
+++ b/skeletons/TeletexString.c
@@ -8,7 +8,7 @@
/*
* TeletexString basic type description.
*/
-static ber_tlv_tag_t asn_DEF_TeletexString_tags[] = {
+static const ber_tlv_tag_t asn_DEF_TeletexString_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (20 << 2)), /* [UNIVERSAL 20] IMPLICIT ...*/
(ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), /* ... OCTET STRING */
};