mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Remove an unused variable
--HG-- extra : convert_revision : 63f95bd7b4b15b61cd13cdcc86cdeef2681ce6e7
This commit is contained in:
parent
d54f38caf2
commit
e1a8bf0240
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user