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_7-2-gfbb4883


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-2-gfbb4883
Date: Tue, 08 Nov 2011 18:43:02 +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=fbb48833fcadfa00034de511cca897ef698edff1

The branch, master has been updated
       via  fbb48833fcadfa00034de511cca897ef698edff1 (commit)
      from  311192b42b922ffdd5d1cfceccbcce4a3e1253ad (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 fbb48833fcadfa00034de511cca897ef698edff1
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 8 19:42:57 2011 +0100

    Fix compile warnings.

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

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

diff --git a/lib/nettle/ecc_mulmod.c b/lib/nettle/ecc_mulmod.c
index 05762ea..2f12759 100644
--- a/lib/nettle/ecc_mulmod.c
+++ b/lib/nettle/ecc_mulmod.c
@@ -46,8 +46,7 @@ ecc_mulmod (mpz_t k, ecc_point * G, ecc_point * R, mpz_t a, 
mpz_t modulus,
   ecc_point *tG, *M[3];
   int i, j, err;
   int bit_to_read;
-  unsigned long buf;
-  int bitcnt, mode, digidx;
+  int mode;
 
   if (k == NULL || G == NULL || R == NULL || modulus == NULL)
     return -1;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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