gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-74-g67801c0


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-74-g67801c0
Date: Sun, 16 Sep 2012 09:28:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=67801c0111b4b0a9b95a7e1cb83a5ed626d99ee1

The branch, master has been updated
       via  67801c0111b4b0a9b95a7e1cb83a5ed626d99ee1 (commit)
       via  d39e948efe6ea386e78ba617f2c5f9ac7d930fef (commit)
      from  5ba6e25952cd7bc775e670a0706a051fbeaab0c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67801c0111b4b0a9b95a7e1cb83a5ed626d99ee1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 16 11:28:01 2012 +0200

    corrected sign

commit d39e948efe6ea386e78ba617f2c5f9ac7d930fef
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 16 11:24:01 2012 +0200

    corrected prototypes

-----------------------------------------------------------------------

Summary of changes:
 lib/system.h   |    4 ++--
 src/certtool.c |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/system.h b/lib/system.h
index 0afbdd2..2902695 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -71,7 +71,7 @@ struct timespec ts;
 
 int _gnutls_find_config_path(char* path, size_t max_size);
 
-int gnutls_system_global_init ();
-void gnutls_system_global_deinit ();
+int gnutls_system_global_init (void);
+void gnutls_system_global_deinit (void);
 
 #endif /* SYSTEM_H */
diff --git a/src/certtool.c b/src/certtool.c
index c2952a2..8779131 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -1568,7 +1568,8 @@ crq_info (void)
 
 static void privkey_info_int (common_info_st* cinfo, gnutls_x509_privkey_t key)
 {
-int ret, key_type, bits = 0;
+int ret, key_type;
+unsigned int bits = 0;
 size_t size;
 const char *cprint;
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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