blob: aacbe1a9f83647dee84b08798d3a0aaa782e0006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/resource.c b/resource.c
index fe90825..faca9d4 100644
--- a/resource.c
+++ b/resource.c
@@ -2271,7 +2271,7 @@ static one_caller tBoolean tls_initialize(void)
my_spf_cleanup(debugstrbuf, spfbuf);
}
#endif
- if (RAND_egd(seedfilename) >= 0) goto rand_finish;
+// 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) */
|