sshbn.c (internal_mul): Zap conditional redeclaration of `i'.
[u/mdw/putty] / sshbn.c
diff --git a/sshbn.c b/sshbn.c
index 9d69b38..5567e56 100644 (file)
--- a/sshbn.c
+++ b/sshbn.c
@@ -259,9 +259,6 @@ static void internal_mul(const BignumInt *a, const BignumInt *b,
         int toplen = len/2, botlen = len - toplen; /* botlen is the bigger */
         int midlen = botlen + 1;
         BignumDblInt carry;
-#ifdef KARA_DEBUG
-        int i;
-#endif
 
         /*
          * The coefficients a_1 b_1 and a_0 b_0 just avoid overlapping
@@ -1761,7 +1758,7 @@ char *bignum_decimal(Bignum x)
 #include <ctype.h>
 
 /*
- * gcc -g -O0 -DTESTBN -o testbn sshbn.c misc.c -I unix -I charset
+ * gcc -Wall -g -O0 -DTESTBN -o testbn sshbn.c misc.c conf.c tree234.c unix/uxmisc.c -I. -I unix -I charset
  *
  * Then feed to this program's standard input the output of
  * testdata/bignum.py .