diff options
Diffstat (limited to 'community/retawq/libressl.patch')
-rw-r--r-- | community/retawq/libressl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/retawq/libressl.patch b/community/retawq/libressl.patch new file mode 100644 index 0000000000..aacbe1a9f8 --- /dev/null +++ b/community/retawq/libressl.patch @@ -0,0 +1,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) */ |