X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.c;h=e6f44c0ce69a513f88c5736342dc33da2e83671d;hb=a20765791b2a40ddd58452e8f74b0737f1f1f28e;hp=460256551ee7198ff2e83fc4fb9db7507d4e7d74;hpb=93f89bcae11e8d250831896bc5694ee8bd2ad22b;p=meshlink diff --git a/src/meshlink.c b/src/meshlink.c index 46025655..e6f44c0c 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -365,8 +365,6 @@ void meshlink_blacklist(meshlink_handle_t *mesh, meshlink_node_t *node) { } static void __attribute__((constructor)) meshlink_init(void) { - gettimeofday(&now, NULL); - srand(now.tv_sec + now.tv_usec); crypto_init(); }