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