FreeBSD Bugzilla – Attachment 162414 Details for
Bug 198766
[PATCH] www/links-hacked: Make EGD conditional/Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for www/links-hacked
patch-www_links-hacked-20151024 (text/plain), 1.10 KB, created by
Bernard Spil
on 2015-10-24 11:23:42 UTC
(
hide
)
Description:
svn diff for www/links-hacked
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-10-24 11:23:42 UTC
Size:
1.10 KB
patch
obsolete
>Index: www/links-hacked/files/patch-https.c >=================================================================== >--- www/links-hacked/files/patch-https.c (revision 0) >+++ www/links-hacked/files/patch-https.c (working copy) >@@ -0,0 +1,14 @@ >+--- https.c.orig 2008-06-07 07:41:41 UTC >++++ https.c >+@@ -15,7 +15,10 @@ SSL *getSSL(void) >+ char f_randfile[PATH_MAX]; >+ >+ if (!context) { >+- if (RAND_egd(RAND_file_name(f_randfile, sizeof(f_randfile)))<0){ >++#ifndef OPENSSL_NO_EGD >++ if (RAND_egd(RAND_file_name(f_randfile, sizeof(f_randfile)))<0) >++#endif >++ { >+ /* Not an EGD, so read and write to it */ >+ if (RAND_load_file(f_randfile, -1)) >+ RAND_write_file(f_randfile); > >Property changes on: www/links-hacked/files/patch-https.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 198766
:
154622
|
154623
| 162414