sshbn.c (internal_mul): Zap conditional redeclaration of `i'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 29 Jul 2013 22:20:31 +0000 (23:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 29 Jul 2013 22:20:31 +0000 (23:20 +0100)
commitb3b52c7d6b8fac72916479e79c2968b0dd669e9f
treef1f2682672364c372776800ee5f45fd4ba09dba7
parentf82370e12ebfa55f0458a26dc2a1c500347185a3
sshbn.c (internal_mul): Zap conditional redeclaration of `i'.

This looks like old debugging code which has bitrotted somewhat.  The
build fails when `KARA_DEBUG' is turned on, because `i' has since been
declared unconditionally in the same scope.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
sshbn.c