]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/sha_ver.h
TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[user/henk/code/exim.git] / src / src / sha_ver.h
index 2428e52d66d293c10c72c91549ae0486789a1594..a7e99f5068f69e628665c684344cfe186bac14ca 100644 (file)
@@ -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,7 +26,7 @@
 #  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
@@ -35,7 +35,7 @@
 # else
 #  define SHA_OPENSSL
 #  include <openssl/ssl.h>
-#  if OPENSSL_VERSION_NUMBER >= 0x10101000L
+#  if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)
 #   define EXIM_HAVE_SHA3
 #  endif
 # endif