summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_radix_smap.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-22 13:26:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-22 13:26:30 (GMT)
commit3a1186689ae598d16a020a42844658ff57f62ff0 (patch)
tree16f4ae8dea27397fe9464df3a351983e9af99833 /libtommath/bn_mp_radix_smap.c
parent9c4252f295a2a05838cd0549ba51150943fab3dd (diff)
parent44bc67ccd6e74dea369f724743f77f047fa12edb (diff)
downloadtcl-3a1186689ae598d16a020a42844658ff57f62ff0.zip
tcl-3a1186689ae598d16a020a42844658ff57f62ff0.tar.gz
tcl-3a1186689ae598d16a020a42844658ff57f62ff0.tar.bz2
Merge 8.7, and update to latest libtommath (support/1.x branch)
Diffstat (limited to 'libtommath/bn_mp_radix_smap.c')
-rw-r--r--libtommath/bn_mp_radix_smap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_radix_smap.c b/libtommath/bn_mp_radix_smap.c
index eb4765a..a16128d 100644
--- a/libtommath/bn_mp_radix_smap.c
+++ b/libtommath/bn_mp_radix_smap.c
@@ -5,7 +5,7 @@
/* chars used in radix conversions */
const char *const mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/";
-const unsigned char mp_s_rmap_reverse[] = {
+const uint8_t mp_s_rmap_reverse[] = {
0xff, 0xff, 0xff, 0x3e, 0xff, 0xff, 0xff, 0x3f, /* ()*+,-./ */
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 01234567 */
0x08, 0x09, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* 89:;<=>? */