X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fsha_ver.h;h=61408788b948d9c58ec03bcbc9e6d69920c0f1c7;hb=c09dbcfb71f4b9a42cbfd8a20e0be6bfa1b12488;hp=2428e52d66d293c10c72c91549ae0486789a1594;hpb=9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index 2428e52d6..61408788b 100644 --- a/src/src/sha_ver.h +++ b/src/src/sha_ver.h @@ -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 -# if OPENSSL_VERSION_NUMBER >= 0x10101000L +# if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER) # define EXIM_HAVE_SHA3 # endif # endif