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