diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-22 13:33:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-22 13:33:53 (GMT) |
commit | 76f04364e316801ef0fd2553db4fd1eac87e5e6d (patch) | |
tree | 0042da0cb87c765bc7ac4eda3916472c97bc064e /libtommath | |
parent | 3a1186689ae598d16a020a42844658ff57f62ff0 (diff) | |
download | tcl-76f04364e316801ef0fd2553db4fd1eac87e5e6d.zip tcl-76f04364e316801ef0fd2553db4fd1eac87e5e6d.tar.gz tcl-76f04364e316801ef0fd2553db4fd1eac87e5e6d.tar.bz2 |
Undo minor tweak, no longer necessary
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/tommath_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h index 77de313..7cef443 100644 --- a/libtommath/tommath_private.h +++ b/libtommath/tommath_private.h @@ -224,7 +224,7 @@ MP_PRIVATE mp_err s_mp_rand_jenkins(void *p, size_t n) MP_WUR; MP_PRIVATE void s_mp_rand_jenkins_init(uint64_t seed); extern MP_PRIVATE const char *const mp_s_rmap; -extern MP_PRIVATE const unsigned char mp_s_rmap_reverse[]; +extern MP_PRIVATE const uint8_t mp_s_rmap_reverse[]; extern MP_PRIVATE const size_t mp_s_rmap_reverse_sz; extern MP_PRIVATE const mp_digit *s_mp_prime_tab; |