Update perl asm scripts include paths for perlasm.
[openssl.git] / crypto / asn1 / asn1_gen.c
index a6cd1ad20e183c6c5232687c78633d2cbfd1a7b4..f73b65f9d59dc37919a114b3fc4f730e4b981781 100644 (file)
@@ -538,7 +538,7 @@ static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_cons
 static int asn1_str2tag(const char *tagstr, int len)
        {
        unsigned int i;
-       static struct tag_name_st *tntmp, tnst [] = {
+       static const struct tag_name_st *tntmp, tnst [] = {
                ASN1_GEN_STR("BOOL", V_ASN1_BOOLEAN),
                ASN1_GEN_STR("BOOLEAN", V_ASN1_BOOLEAN),
                ASN1_GEN_STR("NULL", V_ASN1_NULL),