FreeBSD Bugzilla – Attachment 167018 Details for
Bug 200237
[PACTH] mail/up-imapproxy: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for mail/up-imapproxy
patch-mail_up-imappproxy-RAND_egd (text/plain), 1.14 KB, created by
Bernard Spil
on 2016-02-15 10:14:49 UTC
(
hide
)
Description:
svn diff for mail/up-imapproxy
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2016-02-15 10:14:49 UTC
Size:
1.14 KB
patch
obsolete
>Index: mail/up-imapproxy/files/patch-src_main.c >=================================================================== >--- mail/up-imapproxy/files/patch-src_main.c (revision 0) >+++ mail/up-imapproxy/files/patch-src_main.c (working copy) >@@ -0,0 +1,12 @@ >+--- src/main.c.orig 2016-01-29 18:11:40 UTC >++++ src/main.c >+@@ -473,7 +473,9 @@ int main( int argc, char *argv[] ) >+ ssl_thread_setup(fn); >+ >+ /* Need to seed PRNG, too! */ >++#ifndef OPENSSL_NO_EGD >+ if ( RAND_egd( ( RAND_file_name( f_randfile, sizeof( f_randfile ) ) == f_randfile ) ? f_randfile : "/.rnd" ) ) >++#endif >+ { >+ /* Not an EGD, so read and write it. */ >+ if ( RAND_load_file( f_randfile, -1 ) ) > >Property changes on: mail/up-imapproxy/files/patch-src_main.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 200237
:
156820
|
156821
| 167018