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