[Commits] [SCM] claws branch, master, updated. 3.9.3-11-g845d062
mones at claws-mail.org
mones at claws-mail.org
Tue Jan 21 12:49:02 CET 2014
The branch master of project "claws" (Claws Mail) has been updated
via 845d06230be8876ec0664d362125e1e1b6575507 (commit)
from 7f3dc2883d34fada8d01208c6588ace195eddfc5 (commit)
- Log -----------------------------------------------------------------
commit 845d06230be8876ec0664d362125e1e1b6575507
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Jan 21 12:46:23 2014 +0100
Fix bug #3964 "headers in wrong order -- file src/common/ssl.c"
Also cleans "ssl.c:36:1: warning: 'gcry_threads_pthread' defined but not used"
diff --git a/src/common/ssl.c b/src/common/ssl.c
index 113462b..b64ab5e 100644
--- a/src/common/ssl.c
+++ b/src/common/ssl.c
@@ -31,17 +31,17 @@
#include <errno.h>
#include <pthread.h>
-#if GNUTLS_VERSION_NUMBER <= 0x020b00
-#include <gcrypt.h>
-GCRY_THREAD_OPTION_PTHREAD_IMPL;
-#endif
-
#include "claws.h"
#include "utils.h"
#include "ssl.h"
#include "ssl_certificate.h"
#include "hooks.h"
+#if GNUTLS_VERSION_NUMBER <= 0x020b00
+#include <gcrypt.h>
+GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif
+
#ifdef HAVE_LIBETPAN
#include <libetpan/mailstream_ssl.h>
#endif
-----------------------------------------------------------------------
Summary of changes:
src/common/ssl.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list