Skip to content

Commit 39354a2

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

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
@@ -4387,7 +4387,7 @@ void ecmult_const_mult_xonly(void) {
43874387
}
43884388

43894389
/* Test that secp256k1_ecmult_const_xonly correctly rejects X coordinates not on curve. */
4390-
for (i = 0; i < 2*count; ++i) {
4390+
for (i = 0; i < 2*COUNT; ++i) {
43914391
secp256k1_fe x, n, d, c, r;
43924392
int res;
43934393
secp256k1_scalar q;

0 commit comments

Comments
 (0)