mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Fix warning for unused prngd branch
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user