mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
fix tabs
This commit is contained in:
parent
f8a92d1eed
commit
dcd1527a11
6
random.c
6
random.c
@ -157,9 +157,9 @@ static void write_urandom()
|
||||
/* This is opportunistic, don't worry about failure */
|
||||
unsigned char buf[INIT_SEED_SIZE];
|
||||
FILE *f = fopen(DROPBEAR_URANDOM_DEV, "w");
|
||||
if (!f) {
|
||||
return;
|
||||
}
|
||||
if (!f) {
|
||||
return;
|
||||
}
|
||||
genrandom(buf, sizeof(buf));
|
||||
fwrite(buf, sizeof(buf), 1, f);
|
||||
fclose(f);
|
||||
|
Loading…
Reference in New Issue
Block a user