aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-04-23 18:19:31 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-04-23 18:19:31 -0400
commit7cb7a93de4f6f5e741bc5129e3d928e44f050930 (patch)
treeae5c564a0c3c60d0b4dac13ac8e8e3ebf7906ab1 /tests/test.c
parent30e8dda6cbea86bdee6d5dfe48514385d3b9f81b (diff)
refactor!: MbedTLS on Windows, switch to uint32
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c3
1 files changed, 0 insertions, 3 deletions
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 <stdlib.h>
#include <noscrypt.h>
-#include <mbedtls/sha256.h>
-#include <mbedtls/platform_util.h>
-
#ifdef _NC_IS_WINDOWS
#define IS_WINDOWS
#endif