diff options
Diffstat (limited to 'openssl/crypto/x509/x509_obj.c')
-rw-r--r-- | openssl/crypto/x509/x509_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/x509/x509_obj.c b/openssl/crypto/x509/x509_obj.c index 1e718f76e..21fed9f83 100644 --- a/openssl/crypto/x509/x509_obj.c +++ b/openssl/crypto/x509/x509_obj.c @@ -72,7 +72,7 @@ int i; char *p; unsigned char *q; BUF_MEM *b=NULL; - static char hex[17]="0123456789ABCDEF"; + static const char hex[17]="0123456789ABCDEF"; int gs_doit[4]; char tmp_buf[80]; #ifdef CHARSET_EBCDIC |