aports/community/retawq/libressl.patch
2016-10-10 12:04:44 +00:00

14 lines
490 B
Diff

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) */