From: Simon Josefsson Date: Tue, 8 Nov 2011 18:42:57 +0000 (+0100) Subject: Fix compile warnings. X-Git-Tag: gnutls_3_0_8~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb48833fcadfa00034de511cca897ef698edff1;p=thirdparty%2Fgnutls.git Fix compile warnings. --- diff --git a/lib/nettle/ecc_mulmod.c b/lib/nettle/ecc_mulmod.c index 05762ea755..2f12759e9a 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;