aboutsummaryrefslogtreecommitdiffstats
path: root/t/ripemd-320.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/ripemd-320.c (renamed from ripemd-320.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ripemd-320.c b/t/ripemd-320.c
index e7a5b27..49e3bd1 100644
--- a/ripemd-320.c
+++ b/t/ripemd-320.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#ifdef SUPPORT_RIPEMD_320
# 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