X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/01603eec64d42431f182b33008206facfc7f800e..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/sha_ver.h diff --git a/src/src/sha_ver.h b/src/src/sha_ver.h index a7e99f506..8385c1377 100644 --- a/src/src/sha_ver.h +++ b/src/src/sha_ver.h @@ -4,6 +4,7 @@ /* Copyright (c) Jeremy Harris 2018 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* SHA routine selection */ @@ -31,8 +32,9 @@ # else # define SHA_GCRYPT # endif +# endif -# else +# ifdef USE_OPENSSL # define SHA_OPENSSL # include # if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)