mirror of
https://github.com/clearml/dropbear
synced 2025-03-04 02:57:46 +00:00
Fix warning for unused prngd branch
This commit is contained in:
parent
a015cc7594
commit
3b359050b4
@ -53,7 +53,7 @@ static int donerandinit = 0;
|
||||
static int
|
||||
process_file(hash_state *hs, const char *filename,
|
||||
unsigned int wantlen, int prngd) {
|
||||
int readfd;
|
||||
int readfd = -1;
|
||||
unsigned int readcount;
|
||||
int ret = DROPBEAR_FAILURE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user