Skip to content

Commit b004869

Browse files
sipareal-or-random
andauthored
Update src/tests.c
Co-authored-by: Tim Ruffing <[email protected]>
1 parent 886bef5 commit b004869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4355,7 +4355,7 @@ void ecmult_const_mult_xonly(void) {
43554355
int i;
43564356

43574357
/* Test correspondence between secp256k1_ecmult_const and secp256k1_ecmult_const_xonly. */
4358-
for (i = 0; i < 2*count; ++i) {
4358+
for (i = 0; i < 2*COUNT; ++i) {
43594359
secp256k1_ge base;
43604360
secp256k1_gej basej, resj;
43614361
secp256k1_fe n, d, resx, v;

0 commit comments

Comments
 (0)