summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
commit80f62f4db06e7110e199b18e62326f5ad462d415 (patch)
treeb9d93b2e68409c3676c954836b306a9f51b767c0 /bignum.c
parentd5bb0ad552780ea1223f91cd51c535912d6a634d (diff)
downloaddropbear-80f62f4db06e7110e199b18e62326f5ad462d415.tar.gz
Various cleanups and fixes for warnings
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bignum.c b/bignum.c
index e9810b3..4400969 100644
--- a/bignum.c
+++ b/bignum.c
@@ -78,8 +78,6 @@ void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len) {
/* hash the ssh representation of the mp_int mp */
void hash_process_mp(const struct ltc_hash_descriptor *hash_desc,
hash_state *hs, mp_int *mp) {
-
- int i;
buffer * buf;
buf = buf_new(512 + 20); /* max buffer is a 4096 bit key,