aboutsummaryrefslogtreecommitdiffstats
path: root/t/keccak_384.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/keccak_384.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/keccak_384.c b/t/keccak_384.c
index 9ac068b..1146ff6 100644
--- a/t/keccak_384.c
+++ b/t/keccak_384.c
@@ -24,5 +24,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("Keccak-384", KECCAK_384);
+ TEST_MAIN("Keccak-384", KECCAK_384, 1);
}