gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_1_x, updated. gnutls_3_1_1-22-gafca5e2


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_1_x, updated. gnutls_3_1_1-22-gafca5e2
Date: Sun, 16 Sep 2012 09:29:03 +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=afca5e28143c78c1ae9bdcf85be1e5f9faeb6e2a

The branch, gnutls_3_1_x has been updated
       via  afca5e28143c78c1ae9bdcf85be1e5f9faeb6e2a (commit)
      from  f120c2fa302c40c8317a274c30bbcd98f2f62723 (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 afca5e28143c78c1ae9bdcf85be1e5f9faeb6e2a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 16 11:28:01 2012 +0200

    corrected sign

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

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

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]