Solve the problem of 972 issue (#974)

This commit is contained in:
wilson chen
2020-06-21 10:08:39 +08:00
committed by GitHub
parent 8f69dec149
commit 76f8f14a6c

View File

@@ -416,13 +416,13 @@ int main(int argc, char **argv)
RAND_seed(rnd_seed, sizeof(rnd_seed));
/*
#if SM9_TEST
if (!rate_test()) {
printf("sm9 rate pairing test failed\n");
err++;
} else
printf("sm9 rate pairing test passed\n");
*/
#endif
if (!sm9test_sign(id, in, sizeof(in)-1, use_test_vector)) {
printf("sm9 sign tests failed\n");