diff options
author | Andy Polyakov <appro@openssl.org> | 2007-10-13 17:51:32 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-10-13 17:51:32 +0200 |
commit | ebc06fba67a84f4fb397863f6e5eb4212c25d4e5 (patch) | |
tree | 8688a563283d23f3cf82d718366ae4c1d5d17c8d /crypto/x509/x509_obj.c | |
parent | Fix warnings in d1_both.c [from 0.9.8-stable]. (diff) | |
download | openssl-ebc06fba67a84f4fb397863f6e5eb4212c25d4e5.tar.xz openssl-ebc06fba67a84f4fb397863f6e5eb4212c25d4e5.zip |
Bunch of constifications.
Diffstat (limited to 'crypto/x509/x509_obj.c')
-rw-r--r-- | crypto/x509/x509_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c index 1e718f76eb..21fed9f838 100644 --- a/crypto/x509/x509_obj.c +++ b/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 |