Massive constification.
[openssl.git] / crypto / asn1 / f_string.c
index ab2837824e5fedce0b5864987ff87e59583c6907..e7ca97f9eb0044cf5b1e180ccdd9758ae7122464 100644 (file)
@@ -67,7 +67,7 @@ ASN1_STRING *a;
 int type;
        {
        int i,n=0;
-       static char *h="0123456789ABCDEF";
+       static const char *h="0123456789ABCDEF";
        char buf[2];
 
        if (a == NULL) return(0);