Massive constification.
[openssl.git] / crypto / asn1 / f_int.c
index f786b12d6800a7def448446b86e6cda56a0a7bee..a877e0cd52f2b62aac676595cd6308d42eace530 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/asn1/f_int.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -66,7 +66,7 @@ BIO *bp;
 ASN1_INTEGER *a;
        {
        int i,n=0;
-       static char *h="0123456789ABCDEF";
+       static const char *h="0123456789ABCDEF";
        char buf[2];
 
        if (a == NULL) return(0);