ports/devel/ace/files/patch-ace__SSL__SSL_Context.cpp
Pawel Pekala 6d06bfe320 Update to version 6.3.3
PR:		202844
Submitted by:	tkato432@yahoo.com
2015-10-01 21:45:33 +00:00

11 lines
436 B
C++

--- ace/SSL/SSL_Context.cpp.orig 2015-09-17 06:55:18 UTC
+++ ace/SSL/SSL_Context.cpp
@@ -683,7 +683,7 @@ ACE_SSL_Context::random_seed (const char
int
ACE_SSL_Context::egd_file (const char * socket_file)
{
-#if OPENSSL_VERSION_NUMBER < 0x00905100L
+#if OPENSSL_VERSION_NUMBER < 0x00905100L || defined(LIBRESSL_VERSION_NUMBER)
// OpenSSL < 0.9.5 doesn't have EGD support.
ACE_UNUSED_ARG (socket_file);
ACE_NOTSUP_RETURN (-1);