2
0
Эх сурвалжийг харах

ecc: fix compiler warnings

Steffen Jaeckel 12 жил өмнө
parent
commit
e531af7add

+ 2 - 2
src/pk/ecc/ltc_ecc_mul2add.c

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