fix ecc timming missing variable

This commit is contained in:
toddouska
2016-07-08 11:57:24 -07:00
parent 0f25ee703d
commit 68d66d12d6

View File

@ -1175,7 +1175,7 @@ int wc_ecc_mulmod_ex(mp_int* k, ecc_point *G, ecc_point *R,
#endif
{
ecc_point *tG, *M[3];
int i, err;
int i, j, err;
mp_int mu;
mp_digit mp;
mp_digit buf;