Switch to an internal implementation of uuid generation, so we can use the randomness pool.

This commit is contained in:
Ian Gulliver
2016-02-22 16:27:44 -08:00
parent d03590439f
commit d6a629fa7e
14 changed files with 82 additions and 34 deletions

View File

@@ -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();