https://bugs.exim.org/show_bug.cgi?id=1691
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/11a04b5a7a8b9774d14743ae5a30c96de90cb5c8 commit 11a04b5a7a8b9774d14743ae5a30c96de90cb5c8 Author: Jeremy Harris <[email protected]> AuthorDate: Tue Sep 29 20:14:59 2015 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Sep 29 20:15:54 2015 +0100 Fix gnutls library version check, for system certs feature. Bug 1691 --- src/src/tls-gnu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index fe18094..846a0f6 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 -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
