mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
f26190de66
PR: 198780 Submitted by: Bernard Spil <spil.oss@gmail.com>
13 lines
306 B
C++
13 lines
306 B
C++
--- 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);
|
|
}
|