RT1815: More const'ness improvements
[openssl.git] / crypto / asn1 / charmap.pl
index 25ebf2c205d0774b2ade2d1e7e0d80a43630a837..878504f9c37ae6558af9406e0e01a1fe23edd728 100644 (file)
@@ -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++) {