forked from Lainports/freebsd-ports
sysutils/synergy: Unbreak with libressl.
New patch does it. PR: 226202 Submitted by: w.schwarzenfeld@utanet.at Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
11ba7ade14
commit
bf72c8d7a3
1 changed files with 11 additions and 0 deletions
11
sysutils/synergy/files/patch-src_lib_net_SecureSocket.cpp
Normal file
11
sysutils/synergy/files/patch-src_lib_net_SecureSocket.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/lib/net/SecureSocket.cpp.orig 2018-03-01 20:07:30 UTC
|
||||
+++ src/lib/net/SecureSocket.cpp
|
||||
@@ -807,7 +807,7 @@ SecureSocket::showSecureCipherInfo()
|
||||
showCipherStackDesc(sStack);
|
||||
}
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
// m_ssl->m_ssl->session->ciphers is not forward compatable,
|
||||
// In future release of OpenSSL, it's not visible,
|
||||
STACK_OF(SSL_CIPHER) * cStack = m_ssl->m_ssl->session->ciphers;
|
||||
Loading…
Add table
Reference in a new issue