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_2_99_2-19-gd8acb50


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_2-19-gd8acb50
Date: Sat, 28 May 2011 18:48:06 +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=d8acb507bab90bcbab066d4ad3b8bae75bfac36d

The branch, master has been updated
       via  d8acb507bab90bcbab066d4ad3b8bae75bfac36d (commit)
       via  66dbce6a3a5c0489c1d5986dc29ecbcd13da8bbf (commit)
      from  017cc32a177e3cd108dcb78a8facc23ec86e25f5 (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 d8acb507bab90bcbab066d4ad3b8bae75bfac36d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat May 28 20:26:45 2011 +0200

    digest_length() uses int as input.

commit 66dbce6a3a5c0489c1d5986dc29ecbcd13da8bbf
Author: Stef Walter <address@hidden>
Date:   Sat May 28 18:31:35 2011 +0200

    Fix warnings with GCC 4.5.2

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

Summary of changes:
 lib/gnutls_hash_int.c |    2 +-
 lib/nettle/cipher.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/gnutls_hash_int.c b/lib/gnutls_hash_int.c
index 94d6ffe..7da98a5 100644
--- a/lib/gnutls_hash_int.c
+++ b/lib/gnutls_hash_int.c
@@ -32,7 +32,7 @@
 #include <gnutls_errors.h>
 
 static int
-digest_length (gnutls_digest_algorithm_t algo)
+digest_length (int algo)
 {
   switch (algo)
     {
diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c
index e4e6d7f..6e59461 100644
--- a/lib/nettle/cipher.c
+++ b/lib/nettle/cipher.c
@@ -144,9 +144,9 @@ struct nettle_cipher_ctx
   tag_func tag;
 };
 
+#ifdef NETTLE_GCM
 #define GCM_DEFAULT_NONCE_SIZE 12
 
-#ifdef NETTLE_GCM
 static void _gcm_encrypt(void *_ctx, nettle_crypt_func f,  
             unsigned block_size, uint8_t *iv,
             unsigned length, uint8_t *dst,


hooks/post-receive
-- 
GNU gnutls



reply via email to

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