From 7cb7a93de4f6f5e741bc5129e3d928e44f050930 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 23 Apr 2024 18:19:31 -0400 Subject: refactor!: MbedTLS on Windows, switch to uint32 --- tests/hex.h | 2 +- tests/test.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/hex.h b/tests/hex.h index 3348028..5e90ce9 100644 --- a/tests/hex.h +++ b/tests/hex.h @@ -26,7 +26,7 @@ #include #include -#include "../src/internal/nc-util.h" +#include typedef struct hexBytes { diff --git a/tests/test.c b/tests/test.c index e94e3fd..2503925 100644 --- a/tests/test.c +++ b/tests/test.c @@ -24,9 +24,6 @@ #include #include -#include -#include - #ifdef _NC_IS_WINDOWS #define IS_WINDOWS #endif -- cgit