gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libfints] branch master updated: Cosmetics.


From: gnunet
Subject: [GNUnet-SVN] [libfints] branch master updated: Cosmetics.
Date: Thu, 11 Oct 2018 16:19:45 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libfints.

The following commit(s) were added to refs/heads/master by this push:
     new 1d61b42  Cosmetics.
1d61b42 is described below

commit 1d61b426f6ab09ca60fade0e4a559e5a31991f81
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Oct 11 16:19:28 2018 +0200

    Cosmetics.
---
 src/libebics.c    | 6 +++---
 src/xmlmessages.c | 8 +++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/libebics.c b/src/libebics.c
index 507257c..ee145fb 100644
--- a/src/libebics.c
+++ b/src/libebics.c
@@ -54,9 +54,9 @@ struct EBICS_genex_document 
genexList[EBICS_GENEX_MAX_ENTRIES];
 
 
 /**
- * List of (persistent) key material.
+ * List of (persistent) key material.  NOT static
+ * as utility functions elsewhere need it.
  */
-static
 struct EBICS_Key keyList[EBICS_KEY_MAX_ENTRIES];
 
 
@@ -361,7 +361,7 @@ EBICS_init_keymaterial (struct EBICS_Key keyList[],
                                        GNUTLS_X509_FMT_PEM);
     if (GNUTLS_E_SUCCESS != retv)
       LOG (EBICS_LOGLEVEL_ERROR,
-           "Could not import a privatekey. GnuTLS Error: %s",
+           "Could not import a private key. GnuTLS Error: %s",
            gnutls_strerror (retv));
     else
     {
diff --git a/src/xmlmessages.c b/src/xmlmessages.c
index c02ffe0..02c5a65 100644
--- a/src/xmlmessages.c
+++ b/src/xmlmessages.c
@@ -28,7 +28,13 @@
  */
 #define EBICS_NONCE_STRING_SIZE 33
 
-#define LOG(level,...) EBICS_util_log_from (__LINE__, __FILE__,__func__,level, 
"xmlmessages",__VA_ARGS__)
+#define LOG(level,...) \
+  EBICS_util_log_from (__LINE__,  \
+                       __FILE__, \
+                       __func__, \
+                       level, \
+                       "xmlmessages", \
+                       __VA_ARGS__)
 
 extern struct EBICS_Key keyList[];
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]