From: Renaud Allard Date: Mon, 7 Mar 2016 19:04:34 +0000 (+0000) Subject: TLS: Fix ECDH use under LibreSSL. Bug 1806 X-Git-Tag: exim-4_88_RC1~141 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/11aa88b021174241af47964f39f835f4ec76611b TLS: Fix ECDH use under LibreSSL. Bug 1806 --- diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 942f73eac..c18cb1c85 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -74,7 +74,10 @@ functions from the OpenSSL library. */ && (OPENSSL_VERSION_NUMBER & 0x0000ff000L) >= 0x000002000L # define EXIM_HAVE_OPENSSL_CHECKHOST # endif +#endif +#if !defined(LIBRESSL_VERSION_NUMBER) \ + || LIBRESSL_VERSION_NUMBER >= 0x20010000L # if !defined(OPENSSL_NO_ECDH) # if OPENSSL_VERSION_NUMBER >= 0x0090800fL # define EXIM_HAVE_ECDH