[Commits] [SCM] claws branch, master, updated. 3.17.3-107-g699087a
ticho at claws-mail.org
ticho at claws-mail.org
Fri Mar 1 14:44:24 CET 2019
The branch, master has been updated
via 699087a794cd22621e21c5f5f1c8d200157fa15b (commit)
from e7a9d02d925c7bba7d059d85fa67b7a319ab9e4e (commit)
Summary of changes:
src/plugins/pgpcore/pgp_utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 699087a794cd22621e21c5f5f1c8d200157fa15b
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Mar 1 14:43:20 2019 +0100
Fix previous commit
Functions from pgp_utils.c were not included in the resulting
shared object file
diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c
index 0cfeca4..41c5d47 100644
--- a/src/plugins/pgpcore/pgp_utils.c
+++ b/src/plugins/pgpcore/pgp_utils.c
@@ -18,13 +18,13 @@
*
*/
-#ifdef USE_GPGME
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#include "claws-features.h"
#endif
+#ifdef USE_GPGME
+
#include <glib.h>
#include "pgp_utils.h"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list