]> granicus.if.org Git - libevent/commit
Don't define BIO_get_init() for LibreSSL 3.5+
authorTheo Buehler <tb@openbsd.org>
Sun, 21 Nov 2021 20:38:20 +0000 (21:38 +0100)
committerAzat Khuzhin <azat@libevent.org>
Tue, 30 Nov 2021 19:32:18 +0000 (22:32 +0300)
commit883630f76cbf512003b81de25cd96cb75c6cf0f9
tree7becb8c63a0c31907d3ab06124e97dec1b992cc3
parentf64f60a223215b9c38d1f04dbdc6246fa8513f7a
Don't define BIO_get_init() for LibreSSL 3.5+

BIO_get_init() is available in LibreSSL 3.5 and later. The BIO type
will become opaque, so the existing macro will break the build.
openssl-compat.h