diff options
Diffstat (limited to 't/sha_384.c')
-rw-r--r-- | t/sha_384.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_384.c b/t/sha_384.c index 95b4079..53e272f 100644 --- a/t/sha_384.c +++ b/t/sha_384.c @@ -53,5 +53,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA-384", SHA_384); + TEST_MAIN("SHA-384", SHA_384, 1); } |