X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fsha_ver.h;h=bc2b2f89e6294e0820b7ea2f143c2a46f42c4cec;hp=2428e52d66d293c10c72c91549ae0486789a1594;hb=dce58c04af4439fec7269f83886e22b503756a8f;hpb=9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2 diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index 2428e52d6..bc2b2f89e 100644 --- a/src/src/sha_ver.h +++ b/src/src/sha_ver.h @@ -16,7 +16,7 @@ * and not massaging CFLAGS in Local/Makefile is fully supported. */ -#ifdef SUPPORT_TLS +#ifndef DISABLE_TLS # define EXIM_HAVE_SHA2 @@ -26,16 +26,17 @@ # if GNUTLS_VERSION_NUMBER >= 0x020a00 # define SHA_GNUTLS # if GNUTLS_VERSION_NUMBER >= 0x030500 -# define EXIM_HAVE_SHA3 +# define EXIM_HAVE_SHA3 /*MMMM*/ # endif # else # define SHA_GCRYPT # endif +# endif -# else +# ifdef USE_OPENSSL # define SHA_OPENSSL # include -# if OPENSSL_VERSION_NUMBER >= 0x10101000L +# if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER) # define EXIM_HAVE_SHA3 # endif # endif