ecc: fix compiler warnings

This commit is contained in:
Steffen Jaeckel 2013-03-22 13:45:36 +02:00
parent 14b3a5290e
commit e531af7add

View File

@ -40,9 +40,9 @@ int ltc_ecc_mul2add(ecc_point *A, void *kA,
void *modulus)
{
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;
int err, first, x;
int err, first;
void *mp, *mu;
/* argchks */