Skip to content

Commit

Permalink
Update test_sike.c
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklonga authored Jun 7, 2021
1 parent dceb07f commit 2b804aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sike.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int cryptotest_kem()
#ifdef DO_VALGRIND_CHECK
if (!RUNNING_ON_VALGRIND) {
fprintf(stderr, "This test can only usefully be run inside valgrind.\n");
fprintf(stderr, "valgrind sikexxx/test_KEM\n");
fprintf(stderr, "valgrind sikexxx/test_SIKE\n");
exit(1);
}
#endif
Expand Down Expand Up @@ -154,4 +154,4 @@ int main(int argc, char **argv)
}

return Status;
}
}

0 comments on commit 2b804aa

Please sign in to comment.