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