FreeBSD Bugzilla – Attachment 154637 Details for
Bug 198780
[PATCH] devel/dcmtk: 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 devel/dcmtk
patch-devel_dcmtk (text/plain), 964 bytes, created by
Bernard Spil
on 2015-03-21 19:45:44 UTC
(
hide
)
Description:
svn diff for devel/dcmtk
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-03-21 19:45:44 UTC
Size:
964 bytes
patch
obsolete
>Index: devel/dcmtk/files/patch-dcmtls_libsrc_tlslayer.cc >=================================================================== >--- devel/dcmtk/files/patch-dcmtls_libsrc_tlslayer.cc (revision 0) >+++ devel/dcmtk/files/patch-dcmtls_libsrc_tlslayer.cc (working copy) >@@ -0,0 +1,12 @@ >+--- dcmtls/libsrc/tlslayer.cc.orig 2010-10-14 13:14:46 UTC >++++ dcmtls/libsrc/tlslayer.cc >+@@ -371,7 +371,9 @@ void DcmTLSTransportLayer::seedPRNG(cons >+ #endif >+ if (randFile) >+ { >++#ifndef LIBRESSL_VERSION_NUMBER >+ if (RAND_egd(randFile) <= 0) >++#endif >+ { >+ RAND_load_file(randFile ,-1); >+ } > >Property changes on: devel/dcmtk/files/patch-dcmtls_libsrc_tlslayer.cc >___________________________________________________________________ >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 >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ 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 198780
: 154637 |
154638