FreeBSD Bugzilla – Attachment 149243 Details for
Bug 191988
ftp/wget: Fails to work with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch openssl.c for wget 1.16 removing rand_EGD
patch-src__openssl.c (text/plain), 355 bytes, created by
Bernard Spil
on 2014-11-10 09:51:25 UTC
(
hide
)
Description:
Patch openssl.c for wget 1.16 removing rand_EGD
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2014-11-10 09:51:25 UTC
Size:
355 bytes
patch
obsolete
>--- src/openssl.c.orig 2014-11-10 10:40:17.596091395 +0100 >+++ src/openssl.c 2014-11-10 10:41:08.186093629 +0100 >@@ -89,11 +89,6 @@ > if (RAND_status ()) > return; > >- /* Get random data from EGD if opt.egd_file was used. */ >- if (opt.egd_file && *opt.egd_file) >- RAND_egd (opt.egd_file); >- >- if (RAND_status ()) > return; > > #ifdef WINDOWS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191988
:
149242
|
149243
|
149244
|
149245
|
153228
|
153229
|
153952
|
155792
|
155793