ecc: fix compiler warnings
This commit is contained in:
parent
14b3a5290e
commit
e531af7add
@ -40,9 +40,9 @@ int ltc_ecc_mul2add(ecc_point *A, void *kA,
|
|||||||
void *modulus)
|
void *modulus)
|
||||||
{
|
{
|
||||||
ecc_point *precomp[16];
|
ecc_point *precomp[16];
|
||||||
unsigned bitbufA, bitbufB, lenA, lenB, len, y, nA, nB, nibble;
|
unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble;
|
||||||
unsigned char *tA, *tB;
|
unsigned char *tA, *tB;
|
||||||
int err, first, x;
|
int err, first;
|
||||||
void *mp, *mu;
|
void *mp, *mu;
|
||||||
|
|
||||||
/* argchks */
|
/* argchks */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user