From: Azat Khuzhin Date: Sun, 10 Jul 2022 10:55:32 +0000 (+0300) Subject: Initial OpenSSL 3.0 support (#1288) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69e9f7ee5d21141cd6bd7f89acad5db5778f4c09;p=libevent Initial OpenSSL 3.0 support (#1288) * openssl-3: ci: use ubuntu 22.04 with OpenSSl 3.0 instead of building OpenSSL from sources ci: set LD_LIBRARY_PATH for openssl 3.0 build test: suppress warning for already defined SSL_get_peer_certificate autotools: print $OPENSSL_LIBS/$OPENSSL_INCS Suppress -Wunused-value for BIO_set_close() Use OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR (for compatibility) Attempt to add OpenSSL 3 to the Linux build matrix Initial OpenSSL 3.0 support --- 69e9f7ee5d21141cd6bd7f89acad5db5778f4c09