mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and one more
svn:r14152
This commit is contained in:
@@ -469,7 +469,7 @@ main(int argc, char **argv)
|
||||
fprintf(stderr, "Couldn't initialize crypto library.\n");
|
||||
return 1;
|
||||
}
|
||||
if (crypto_seed_rng()) {
|
||||
if (crypto_seed_rng(1)) {
|
||||
fprintf(stderr, "Couldn't seed RNG.\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user