Fix build with libressl

It got another feature of openssl implemented, which broke this
This commit is contained in:
Alexey Sokolov
2021-11-14 00:45:01 +00:00
parent dde59a24d8
commit dcb5f3df82
3 changed files with 16 additions and 2 deletions

View File

@@ -25,8 +25,7 @@
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#if !defined(OPENSSL_VERSION_NUMBER) || defined(LIBRESSL_VERSION_NUMBER) || \
OPENSSL_VERSION_NUMBER < 0x10100007
#ifndef HAVE_SSL_SESSION_get0_cipher
/* SSL_SESSION was made opaque in OpenSSL 1.1.0, cipher accessor was added 2
weeks before the public release.
See openssl/openssl@e92813234318635639dba0168c7ef5568757449b. */