From: Renaud Allard Date: Tue, 14 Sep 2021 09:47:52 +0000 (+0100) Subject: TLS: build dependency for LibreSSL X-Git-Tag: exim-4.96-RC0~162^2~2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/a19b9248eb5ec0414ccc4d214055e2c99debaba5 TLS: build dependency for LibreSSL (cherry picked from commit 48505c2b8095289f1226fe9a9fc63d4bcb387c87) --- diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 89f11ce37..4d9baf952 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -90,6 +90,10 @@ change this guard and punt the issue for a while longer. */ # endif #endif +#if LIBRESSL_VERSION_NUMBER >= 0x3040000fL +# define EXIM_HAVE_OPENSSL_CIPHER_GET_ID +#endif + #if !defined(LIBRESSL_VERSION_NUMBER) \ || LIBRESSL_VERSION_NUMBER >= 0x20010000L # if !defined(OPENSSL_NO_ECDH)