X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=ebe33898bc0154665f7ae037e0102f163903b4ba;hp=003c1e609f8ce1e606fecd9ad3b7092e76987936;hb=bb6721e17e741b7ea52fbf88661d2b177bed72c3;hpb=318fbe90e08b6d9c5e781d9b517b670c5a1a04d7;ds=sidebyside diff --git a/client.c b/client.c index 003c1e60..ebe33898 100644 --- a/client.c +++ b/client.c @@ -6,9 +6,13 @@ /** \file client.c the client program used to connect to para_server */ +#include +#include + #include "para.h" #include "list.h" #include "sched.h" +#include "crypt.h" #include "client.cmdline.h" #include "string.h" #include "stdin.h" @@ -78,6 +82,7 @@ int main(int argc, char *argv[]) int ret; static struct sched s; + init_random_seed_or_die(); s.default_timeout.tv_sec = 1; s.default_timeout.tv_usec = 0; ret = client_open(argc, argv, &ct, &client_loglevel);