diff options
Diffstat (limited to '')
-rw-r--r-- | t/blake224.c (renamed from blake224.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blake224.c b/t/blake224.c index a0b6a9e..5605033 100644 --- a/blake224.c +++ b/t/blake224.c @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #ifdef SUPPORT_BLAKE224 # define TEST -# include "common.h" +# include "../common.h" static struct testcase testcases[] = { @@ -65,7 +65,7 @@ static struct testcase testcases[] = { #else # define TEST_UNSUPPORTED -# include "common.h" +# include "../common.h" #endif |