mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +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 DROPBEAR_DSS
|
||||||
if (key->type == DROPBEAR_SIGNKEY_DSS) {
|
if (key->type == DROPBEAR_SIGNKEY_DSS) {
|
||||||
char zero[1];
|
char zero[1];
|
||||||
|
struct mpint_pos numbers[9];
|
||||||
int nnumbers = -1, seqlen;
|
int nnumbers = -1, seqlen;
|
||||||
/*
|
/*
|
||||||
* Fetch the key blobs.
|
* Fetch the key blobs.
|
||||||
|
Loading…
Reference in New Issue
Block a user