summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-08 19:42:57 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-08 19:42:57 +0100
commitfbb48833fcadfa00034de511cca897ef698edff1 (patch)
tree749d675d0d69305b7bda67ddbc6431aef5316854 /lib
parent311192b42b922ffdd5d1cfceccbcce4a3e1253ad (diff)
downloadgnutls-fbb48833fcadfa00034de511cca897ef698edff1.tar.gz
Fix compile warnings.
Diffstat (limited to 'lib')
-rw-r--r--lib/nettle/ecc_mulmod.c3
1 files changed, 1 insertions, 2 deletions
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;