mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 17:30:36 +02:00
Avoid a shadowed variable.
This commit is contained in:
@ -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++) {
|
||||
|
Reference in New Issue
Block a user