X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fsha_ver.h;h=bc2b2f89e6294e0820b7ea2f143c2a46f42c4cec;hb=78a78accf3deee2bbde619882598a192cb0167c8;hp=61408788b948d9c58ec03bcbc9e6d69920c0f1c7;hpb=260958d632506e2789fc632381f560f5a0c77ed7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index 61408788b..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 @@ -31,8 +31,9 @@ # else # define SHA_GCRYPT # endif +# endif -# else +# ifdef USE_OPENSSL # define SHA_OPENSSL # include # if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)