--- resource.c.orig Sun Mar 19 07:21:20 2006 +++ resource.c Sat Apr 19 16:41:46 2014 @@ -9,6 +9,8 @@ #include "stuff.h" #include "resource.h" #include "parser.h" +#include +#include #if CAN_HANDLE_SIGNALS #include @@ -2271,7 +2273,6 @@ static one_caller tBoolean tls_initialize(void) my_spf_cleanup(debugstrbuf, spfbuf); } #endif - if (RAND_egd(seedfilename) >= 0) goto rand_finish; debugmsg("TLS: random D\n"); (void) RAND_load_file(seedfilename, -1); /* ("-1" is allowed for OpenSSL >= 0.9.5) */