aboutsummaryrefslogtreecommitdiffstats
path: root/test/glv_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/glv_test.cpp')
-rw-r--r--test/glv_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glv_test.cpp b/test/glv_test.cpp
index 86a6960..db7b9a8 100644
--- a/test/glv_test.cpp
+++ b/test/glv_test.cpp
@@ -194,7 +194,7 @@ CYBOZU_TEST_AUTO(glv)
};
for (size_t i = 0; i < CYBOZU_NUM_OF_ARRAY(tbl); i++) {
const mcl::bn::CurveParam& cp = tbl[i];
- bn384init(cp);
+ initPairing(cp);
testGLV1();
testGLV2();
}