aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/charmap.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/charmap.pl')
-rw-r--r--crypto/asn1/charmap.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/charmap.pl b/crypto/asn1/charmap.pl
index 25ebf2c..878504f 100644
--- a/crypto/asn1/charmap.pl
+++ b/crypto/asn1/charmap.pl
@@ -71,7 +71,7 @@ print <<EOF;
* Mask of various character properties
*/
-static unsigned char char_type[] = {
+static const unsigned char char_type[] = {
EOF
for($i = 0; $i < 128; $i++) {