MP integer: fix map string for toradix and read_radix
This commit is contained in:
parent
69d642206d
commit
9bbef90546
@ -5155,8 +5155,8 @@ LBL_U:mp_clear (&u);
|
||||
defined(DEBUG_WOLFSSL) || defined(OPENSSL_EXTRA)
|
||||
|
||||
/* chars used in radix conversions */
|
||||
const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\
|
||||
abcdefghijklmnopqrstuvwxyz+/";
|
||||
const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"abcdefghijklmnopqrstuvwxyz+/";
|
||||
#endif
|
||||
|
||||
#if !defined(NO_DSA) || defined(HAVE_ECC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user