Remove the call to RAND_load_file().
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Oct 2018 17:47:15 +0000 (19:47 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Oct 2018 17:47:15 +0000 (19:47 +0200)
commit14abf170c2b39cd45fce621bdd0c905f444f5bd1
treeab570b72352e9fec488b48c45755ef5c23727d04
parentd964d84662b73e351b71905a3c743b666a42aa1d
Remove the call to RAND_load_file().

It might have been necessary for some very old version of OpenSSL, but
the currently minimum required version for tinc will do a proper
initialization of its PRNG automatically. LibreSSL of course does the
right thing too, and its RAND_load_file() is just a dummy.
src/tincd.c