Remove an unused variable

--HG--
extra : convert_revision : 63f95bd7b4b15b61cd13cdcc86cdeef2681ce6e7
This commit is contained in:
Matt Johnston 2008-09-22 14:13:14 +00:00
parent d54f38caf2
commit e1a8bf0240

View File

@ -701,7 +701,6 @@ static int openssh_write(const char *filename, sign_key *key,
int nnumbers = -1, pos, len, seqlen, i;
char *header = NULL, *footer = NULL;
char zero[1];
unsigned char iv[8];
int ret = 0;
FILE *fp;
int keytype = -1;