Commit 9554362
committed
tests: call secp256k1_ecmult_multi_var with a non-NULL error callback
Function secp256k1_ecmult_multi_var expects to be called with a non-NULL
error_callback parameter. Fix the invocation in test_ecmult_accumulate
to do this.
While at it, wrap the call in a CHECK macro to ensure it succeeds.
Fixes: #15271 parent 7712a53 commit 9554362
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5494 | 5494 | | |
5495 | 5495 | | |
5496 | 5496 | | |
5497 | | - | |
5498 | | - | |
| 5497 | + | |
| 5498 | + | |
5499 | 5499 | | |
5500 | 5500 | | |
5501 | 5501 | | |
| |||
0 commit comments