gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_11-6-g79f1c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_11-6-g79f1cdd
Date: Sat, 08 Oct 2011 11:39:48 +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=79f1cddfd8bbce51cc2e1082dbcb27b15aa49056

The branch, gnutls_2_12_x has been updated
       via  79f1cddfd8bbce51cc2e1082dbcb27b15aa49056 (commit)
      from  d2296c22b1f210dbe9b5afdd4eb203f2d9716ab0 (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 79f1cddfd8bbce51cc2e1082dbcb27b15aa49056
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Oct 8 12:47:52 2011 +0200

    avoid using C99 constructs.

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

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

diff --git a/src/cli.c b/src/cli.c
index 5372bae..0d3cbde 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -342,7 +342,7 @@ load_keys (void)
 
       if (info.pgp_subkey != NULL)
         {
-          uint8_t keyid[GNUTLS_OPENPGP_KEYID_SIZE];
+          unsigned char keyid[GNUTLS_OPENPGP_KEYID_SIZE];
 
           if (strcasecmp (info.pgp_subkey, "auto") == 0)
             {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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