X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f82370e12ebfa55f0458a26dc2a1c500347185a3..b3b52c7d6b8fac72916479e79c2968b0dd669e9f:/sshbn.c diff --git a/sshbn.c b/sshbn.c index 24f3ca6b..5567e56c 100644 --- 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