[Commits] [SCM] claws branch, master, updated. 3.14.0-25-g61bced3
ticho at claws-mail.org
ticho at claws-mail.org
Tue Aug 23 17:56:10 CEST 2016
The branch, master has been updated
via 61bced3dfe1b5bfcfa512fcc5e0c35fd163d8ac0 (commit)
from b88c772b96c2c0cce11fbf1012806bd11d6b1452 (commit)
Summary of changes:
src/common/ssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 61bced3dfe1b5bfcfa512fcc5e0c35fd163d8ac0
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Aug 23 17:55:38 2016 +0200
Fix previous commit b88c772, use correct preprocessor directive.
diff --git a/src/common/ssl.c b/src/common/ssl.c
index e25a423..5c2149f 100644
--- a/src/common/ssl.c
+++ b/src/common/ssl.c
@@ -330,7 +330,7 @@ gboolean ssl_init_socket(SockInfo *sockinfo)
debug_print("Setting GnuTLS priority to %s, status = %d\n",
sockinfo->gnutls_priority, r);
}
-#ifdef GNUTLS_VERSION_NUMBER < 0x030400
+#if GNUTLS_VERSION_NUMBER < 0x030400
else {
gnutls_priority_set_direct(session, "NORMAL:-VERS-SSL3.0", NULL);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list