From d3873cfab7c2d10d0aef36163389ab117233212b Mon Sep 17 00:00:00 2001 From: Gorachya <38173958+Gorachya@users.noreply.github.com> Date: Wed, 11 May 2022 14:57:47 +0800 Subject: [PATCH] Update sm9test.c --- tests/sm9test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sm9test.c b/tests/sm9test.c index 3bed6fb9..97bf78c9 100644 --- a/tests/sm9test.c +++ b/tests/sm9test.c @@ -350,6 +350,8 @@ err: } int test_sm9_pairing() { // will be finished in this week + int j = 1; + sm9_fp12_t r; sm9_fp12_init(r);