aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strex.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-21 14:29:13 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-21 14:29:13 +0000
commit83743ad039abfd599595aad161054b072b8609bd (patch)
tree73d93d9d0ded83bd8413029c5e7340963b322be1 /crypto/asn1/a_strex.c
parent163f5b236ca1161ad08d9820bebb25290720613c (diff)
downloadopenssl-83743ad039abfd599595aad161054b072b8609bd.tar.gz
Fix sign bugs.
PR: 621
Diffstat (limited to 'crypto/asn1/a_strex.c')
-rw-r--r--crypto/asn1/a_strex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c
index 1def6c6549..8abfdfe598 100644
--- a/crypto/asn1/a_strex.c
+++ b/crypto/asn1/a_strex.c
@@ -279,7 +279,7 @@ static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING
* otherwise it is the number of bytes per character
*/
-const static char tag2nbyte[] = {
+const static signed char tag2nbyte[] = {
-1, -1, -1, -1, -1, /* 0-4 */
-1, -1, -1, -1, -1, /* 5-9 */
-1, -1, 0, -1, /* 10-13 */