mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
490 B
Diff
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) */
|