From 18c2ec9f1dfdc565dc8c6a1a9d826f5f9a5861b7 Mon Sep 17 00:00:00 2001 From: Wim Lewis Date: Tue, 29 Jul 2014 11:30:10 -0700 Subject: Declare the tags[] tables in skeletons as const. Constify the PER support structure. Constify a few other private tables in the skeleton code. --- skeletons/UTCTime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skeletons/UTCTime.c') diff --git a/skeletons/UTCTime.c b/skeletons/UTCTime.c index 0abe1db7..edcbaf19 100644 --- a/skeletons/UTCTime.c +++ b/skeletons/UTCTime.c @@ -18,7 +18,7 @@ /* * UTCTime basic type description. */ -static ber_tlv_tag_t asn_DEF_UTCTime_tags[] = { +static const ber_tlv_tag_t asn_DEF_UTCTime_tags[] = { (ASN_TAG_CLASS_UNIVERSAL | (23 << 2)), /* [UNIVERSAL 23] IMPLICIT ...*/ (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), /* [UNIVERSAL 26] IMPLICIT ...*/ (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */ -- cgit v1.2.3