sshbn.c (internal_mul): Zap conditional redeclaration of `i'.
[u/mdw/putty] / sshbn.c
diff --git a/sshbn.c b/sshbn.c
index 24f3ca6..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