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