Fix accientally removed variable for DSS

This commit is contained in:
Matt Johnston 2022-11-10 16:52:42 +08:00
parent 787391ea3b
commit 1d22801101

View File

@ -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.