aboutsummaryrefslogtreecommitdiffstats
path: root/t/sha_512.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/sha_512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_512.c b/t/sha_512.c
index f98685f..806718b 100644
--- a/t/sha_512.c
+++ b/t/sha_512.c
@@ -80,5 +80,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("SHA-512", SHA_512);
+ TEST_MAIN("SHA-512", SHA_512, 1);
}