wok-next view retawq/stuff/patches/libressl.patch @ rev 21244

updated coova-chilli again (1.3.0 -> 1.5)
author Hans-G?nter Theisgen
date Thu Dec 05 15:20:58 2019 +0100 (2019-12-05)
parents
children
line source
1 diff --git a/resource.c b/resource.c
2 index fe90825..faca9d4 100644
3 --- a/resource.c
4 +++ b/resource.c
5 @@ -2271,7 +2271,7 @@ static one_caller tBoolean tls_initialize(void)
6 my_spf_cleanup(debugstrbuf, spfbuf);
7 }
8 #endif
9 - if (RAND_egd(seedfilename) >= 0) goto rand_finish;
10 +// if (RAND_egd(seedfilename) >= 0) goto rand_finish;
11 debugmsg("TLS: random D\n");
12 (void) RAND_load_file(seedfilename, -1);
13 /* ("-1" is allowed for OpenSSL >= 0.9.5) */