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