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)
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>

No differences found