Switch to an internal implementation of uuid generation, so we can use the randomness pool.
This commit is contained in:
@@ -100,10 +100,9 @@ int main(int argc, char *argv[]) {
|
||||
assert(!close(0));
|
||||
|
||||
hex_init();
|
||||
|
||||
peer_init();
|
||||
rand_init();
|
||||
wakeup_init();
|
||||
peer_init();
|
||||
|
||||
send_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user