X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2..ac8bf5a9f0942486bdb71db957c5ba7485cd3c94:/src/src/sha_ver.h 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