fix warning when compiling tfm from pre_gen/mpi.c
This commit is contained in:
parent
3bfaf74033
commit
9752086431
@ -13,7 +13,7 @@ int fp_toradix_n(fp_int *a, char *str, int radix, int maxlen)
|
|||||||
{
|
{
|
||||||
int digs;
|
int digs;
|
||||||
fp_int t;
|
fp_int t;
|
||||||
fp_digit d;
|
fp_digit d = 0;
|
||||||
char *_s = str;
|
char *_s = str;
|
||||||
|
|
||||||
/* check range of the radix */
|
/* check range of the radix */
|
||||||
|
Loading…
Reference in New Issue
Block a user