Skip to content

Commit

Permalink
initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Apr 3, 2015
1 parent d5b53aa commit 6534ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ecmult_gen_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static void secp256k1_ecmult_gen(secp256k1_gej_t *r, const secp256k1_scalar_t *g
secp256k1_ge_storage_t adds;
int bits;
int i, j;
memset(&adds, 0, sizeof(adds));
secp256k1_gej_set_infinity(r);
add.infinity = 0;
for (j = 0; j < 64; j++) {
Expand Down

0 comments on commit 6534ee1

Please sign in to comment.