fix build for libressl. thanks to truatpasteurdotfr for the patch

This commit is contained in:
walker0643 2018-02-24 18:20:14 -05:00
parent 60d121aed3
commit b994c94a90
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,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;