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_0_3-79-g023a291


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-79-g023a291
Date: Mon, 10 Oct 2011 09:24:15 +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=023a291dc96906c6d5184de97e02459d497a19ca

The branch, master has been updated
       via  023a291dc96906c6d5184de97e02459d497a19ca (commit)
       via  9c1051fbebe06c5bee3eed1f3120957035bc1473 (commit)
      from  bcf7a8605cef027c9be23d63f455ba429eec90ca (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 023a291dc96906c6d5184de97e02459d497a19ca
Author: Simon Josefsson <address@hidden>
Date:   Mon Oct 10 11:24:07 2011 +0200

    Include stdint.h to get uint8_t.

commit 9c1051fbebe06c5bee3eed1f3120957035bc1473
Author: Simon Josefsson <address@hidden>
Date:   Mon Oct 10 11:23:31 2011 +0200

    Revert "avoid usage of C99 constructs."
    
    This reverts commit 643ebdf12b415fc3edd3b7bc12654bc92d3aed24.

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

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

diff --git a/src/cli.c b/src/cli.c
index f8737ed..12fa326 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -29,6 +29,7 @@
 #include <sys/socket.h>
 #include <sys/select.h>
 #include <unistd.h>
+#include <stdint.h>
 #include <fcntl.h>
 
 #include <gnutls/gnutls.h>
@@ -173,7 +174,7 @@ load_keys (void)
   gnutls_pkcs11_privkey_t pkcs11_key;
 #endif
   gnutls_x509_privkey_t tmp_key;
-  unsigned char keyid[GNUTLS_OPENPGP_KEYID_SIZE];
+  uint8_t keyid[GNUTLS_OPENPGP_KEYID_SIZE];
 
   if (x509_certfile != NULL && x509_keyfile != NULL)
     {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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