summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ec25519_gf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec25519_gf.c b/src/ec25519_gf.c
index f4d81ad..bb5715f 100644
--- a/src/ec25519_gf.c
+++ b/src/ec25519_gf.c
@@ -61,7 +61,7 @@ static void select(unsigned char out[32], const unsigned char r[32], const unsig
int ecc_25519_gf_is_zero(const ecc_int_256 *in) {
int i;
ecc_int_256 r;
- unsigned int bits;
+ unsigned int bits = 0;
ecc_25519_gf_reduce(&r, in);