aboutsummaryrefslogtreecommitdiffstats
path: root/t/keccak_384.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/keccak_384.c (renamed from keccak_384.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/keccak_384.c b/t/keccak_384.c
index d545f4a..9ac068b 100644
--- a/keccak_384.c
+++ b/t/keccak_384.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#ifdef SUPPORT_KECCAK
# define TEST
-# include "common.h"
+# include "../common.h"
static struct testcase testcases[] = {
@@ -17,7 +17,7 @@ static struct testcase testcases[] = {
#else
# define TEST_UNSUPPORTED
-# include "common.h"
+# include "../common.h"
#endif