aboutsummaryrefslogtreecommitdiffstats
path: root/sample/bls_tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sample/bls_tool.cpp')
-rw-r--r--sample/bls_tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/bls_tool.cpp b/sample/bls_tool.cpp
index dfa3a07..5683c5e 100644
--- a/sample/bls_tool.cpp
+++ b/sample/bls_tool.cpp
@@ -112,7 +112,7 @@ void recover_sig()
size_t k;
read(k);
if (g_verbose) fprintf(stderr, "k:%d\n", (int)k);
- bls::SignVec sVec(k);
+ bls::SignatureVec sVec(k);
bls::IdVec idVec(k);
for (size_t i = 0; i < k; i++) {
read(idVec[i]);