mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix accientally removed variable for DSS
This commit is contained in:
parent
787391ea3b
commit
1d22801101
@ -909,6 +909,7 @@ static int openssh_write(const char *filename, sign_key *key,
|
||||
#if DROPBEAR_DSS
|
||||
if (key->type == DROPBEAR_SIGNKEY_DSS) {
|
||||
char zero[1];
|
||||
struct mpint_pos numbers[9];
|
||||
int nnumbers = -1, seqlen;
|
||||
/*
|
||||
* Fetch the key blobs.
|
||||
|
Loading…
Reference in New Issue
Block a user