diff bignum.c @ 852:7540c0822374 ecc

Various cleanups and fixes for warnings
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Nov 2013 23:02:32 +0800
parents 724c3e0c8734
children 2bb4c662d1c2
line wrap: on
line diff
--- a/bignum.c	Sat Nov 09 00:14:28 2013 +0800
+++ b/bignum.c	Tue Nov 12 23:02:32 2013 +0800
@@ -78,8 +78,6 @@
 /* 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,