Skip to content

Commit

Permalink
Avoid a shadowed variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxwell committed Nov 12, 2014
1 parent e28a8b8 commit e9e0e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ecmult_gen_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static void secp256k1_ecmult_gen_start(void) {
secp256k1_ge_t prec[1024];
{
secp256k1_gej_t precj[1024]; // Jacobian versions of prec.
int j = 0;
secp256k1_gej_t gbase; gbase = gj; // 16^j * G
secp256k1_gej_t numsbase; numsbase = nums_gej; // 2^j * nums.
for (int j=0; j<64; j++) {
Expand Down

0 comments on commit e9e0e21

Please sign in to comment.