From: Jeremy Harris Date: Fri, 2 Feb 2018 10:38:39 +0000 (+0000) Subject: Protect build against LibreSSL. X-Git-Tag: exim-4_91_RC1~80 X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/ac8bf5a9f0942486bdb71db957c5ba7485cd3c94 Protect build against LibreSSL. Broken-by: 9c29c48f83 --- diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index 2428e52d6..b86e9a831 100644 --- a/src/src/sha_ver.h +++ b/src/src/sha_ver.h @@ -35,7 +35,7 @@ # else # define SHA_OPENSSL # include -# if OPENSSL_VERSION_NUMBER >= 0x10101000L +# if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER) # define EXIM_HAVE_SHA3 # endif # endif