Massive constification.
[oweals/openssl.git] / crypto / asn1 / asn1_par.c
index bde3a3b2c32051dd6a0464a5232b62fda0c59c9c..9cddfb497b2f13c20821fbc4e10e050c84ab26d8 100644 (file)
@@ -79,9 +79,10 @@ int xclass;
 int constructed;
 int indent;
        {
-       static char *fmt="%-18s";
-       static char *fmt2="%2d %-15s";
-       char *p,str[128],*p2=NULL;
+       static const char fmt[]="%-18s";
+       static const char fmt2[]="%2d %-15s";
+       char str[128];
+       const char *p,*p2=NULL;
 
        if (constructed & V_ASN1_CONSTRUCTED)
                p="cons: ";