Remove the call to RAND_load_file().
[oweals/tinc.git] / src / tincd.c
index b4704c47a0aadfb760730c24589b4acb2f99fd46..7b882c7aeaa8beae25cccdde0b183bfa0fc11925 100644 (file)
@@ -685,13 +685,6 @@ int main(int argc, char **argv) {
 
        init_configuration(&config_tree);
 
-       /* Slllluuuuuuurrrrp! */
-
-       if(RAND_load_file("/dev/urandom", 1024) != 1024) {
-               logger(LOG_ERR, "Error initializing RNG!");
-               return 1;
-       }
-
        ENGINE_load_builtin_engines();
        ENGINE_register_all_complete();