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_11_6-123-gcf96206


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-123-gcf96206
Date: Mon, 07 Feb 2011 21:47: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=cf962061e6584fbd0d4a11932477bae797b05a93

The branch, master has been updated
       via  cf962061e6584fbd0d4a11932477bae797b05a93 (commit)
      from  8d63e87199485f15adf91c411243f3121f1b07e1 (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 cf962061e6584fbd0d4a11932477bae797b05a93
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Feb 7 22:47:12 2011 +0100

    Removed unneeded initialization.

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

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

diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c
index 93c4e52..17c2fd7 100644
--- a/lib/nettle/cipher.c
+++ b/lib/nettle/cipher.c
@@ -364,7 +364,6 @@ struct nettle_cipher_ctx *ctx = _ctx;
           return GNUTLS_E_INVALID_REQUEST;
         }
 
-      ctx->mode_ctx.gcm.gcm.data_size = ctx->mode_ctx.gcm.gcm.auth_size = 0;
       gcm_set_iv(&ctx->mode_ctx.gcm.gcm, GCM_DEFAULT_NONCE_SIZE, iv);
       break;
 #endif


hooks/post-receive
-- 
GNU gnutls



reply via email to

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