diff --git a/testbn.c b/testbn.c index 364f704a..32b1b77c 100644 --- a/testbn.c +++ b/testbn.c @@ -90,6 +90,9 @@ int main(int argc, char **argv) } } + if (ptrnum < lenof(ptrs)) + ptrs[ptrnum] = q; + if (!strcmp(buf, "mul")) { Bignum a, b, c, p;