From: Jeremy Harris Date: Tue, 29 Sep 2015 19:14:59 +0000 (+0100) Subject: Fix gnutls library version check, for system certs feature. Bug 1691 X-Git-Tag: exim-4_87_RC1~86 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/11a04b5a7a8b9774d14743ae5a30c96de90cb5c8 Fix gnutls library version check, for system certs feature. Bug 1691 --- diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index fe180946b..846a0f6b1 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -56,7 +56,7 @@ require current GnuTLS, then we'll drop support for the ancient libraries). #else # undef SUPPORT_CA_DIR #endif -#if GNUTLS_VERSION_NUMBER >= 0x030314 +#if GNUTLS_VERSION_NUMBER >= 0x030014 # define SUPPORT_SYSDEFAULT_CABUNDLE #endif