comparison keyimport.c @ 491:9dbc0c443497

Remove an unused variable
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 Sep 2008 14:13:14 +0000
parents 454a34b2dfd1
children 76097ec1a29a 70625eed40c9
comparison
equal deleted inserted replaced
490:bd2634b03b12 491:9dbc0c443497
699 int outlen = -9999; 699 int outlen = -9999;
700 struct mpint_pos numbers[9]; 700 struct mpint_pos numbers[9];
701 int nnumbers = -1, pos, len, seqlen, i; 701 int nnumbers = -1, pos, len, seqlen, i;
702 char *header = NULL, *footer = NULL; 702 char *header = NULL, *footer = NULL;
703 char zero[1]; 703 char zero[1];
704 unsigned char iv[8];
705 int ret = 0; 704 int ret = 0;
706 FILE *fp; 705 FILE *fp;
707 int keytype = -1; 706 int keytype = -1;
708 707
709 #ifdef DROPBEAR_RSA 708 #ifdef DROPBEAR_RSA