ports/devel/ace/files/patch-ace__SSL__SSL_Context.cpp
Fernando Apesteguía 5a02854ed0 devel/ace: update to 6.5.2
While here:

* Relocate some variables
* Rework some patches
* USE localbase

ChangeLog: https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-6_5_2

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-10-06 16:24:26 +00:00

11 lines
434 B
C++

--- ace/SSL/SSL_Context.cpp.orig 2018-09-18 07:26:56 UTC
+++ ace/SSL/SSL_Context.cpp
@@ -179,7 +179,7 @@ ACE_SSL_Context::ssl_library_init (void)
# endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */
#endif /* WIN32 */
-#if OPENSSL_VERSION_NUMBER >= 0x00905100L
+#if OPENSSL_VERSION_NUMBER < 0x00905100L || defined(LIBRESSL_VERSION_NUMBER)
// OpenSSL < 0.9.5 doesn't have EGD support.
const char *egd_socket_file =