fix warning when compiling tfm from pre_gen/mpi.c

This commit is contained in:
Steffen Jaeckel 2018-06-22 15:31:58 +02:00
parent 3bfaf74033
commit 9752086431

View File

@ -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 */