diff options
Diffstat (limited to '')
-rw-r--r-- | t/shake256.c (renamed from shake256.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shake256.c b/t/shake256.c index 38c9b40..0ddf9b3 100644 --- a/shake256.c +++ b/t/shake256.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 MSG5 "\x13" @@ -26,7 +26,7 @@ static struct testcase testcases[] = { #else # define TEST_UNSUPPORTED -# include "common.h" +# include "../common.h" #endif |