[exim-dev] [Bug 1691] GnuTLS version check for tls_verify_c…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1691] GnuTLS version check for tls_verify_certificates=system seems to be broken
https://bugs.exim.org/show_bug.cgi?id=1691

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/11a04b5a7a8b9774d14743ae5a30c96de90cb5c8

commit 11a04b5a7a8b9774d14743ae5a30c96de90cb5c8
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Sep 29 20:14:59 2015 +0100
Commit:     Jeremy Harris <jgh146exb@???>
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.