X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fsha_ver.h;h=61408788b948d9c58ec03bcbc9e6d69920c0f1c7;hb=9c5e54499afef5167bee6ecdcbf8dd5f023f51e0;hp=387ac52c179030c1f0d0ea090e1e6ec961d3033f;hpb=4fab92fbc2b63bac2d89c1dae69fa1845cb640b7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index 387ac52c1..61408788b 100644 --- a/src/src/sha_ver.h +++ b/src/src/sha_ver.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Jeremy Harris 2016 */ +/* Copyright (c) Jeremy Harris 2018 */ /* See the file NOTICE for conditions of use and distribution. */ /* SHA routine selection */ @@ -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 @@ -34,6 +34,10 @@ # else # define SHA_OPENSSL +# include +# if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER) +# define EXIM_HAVE_SHA3 +# endif # endif #else