From 5cf1addc4a7b70aafda5ad8953f114a206df93cc Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 13 Nov 2024 22:25:32 -0500 Subject: integrate mbedtls testing and remove mbedtls fetch --- src/providers/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/monocypher.c') diff --git a/src/providers/monocypher.c b/src/providers/monocypher.c index c35f63e..0344872 100644 --- a/src/providers/monocypher.c +++ b/src/providers/monocypher.c @@ -29,7 +29,7 @@ #ifdef NC_ENABLE_MONOCYPHER -#include +#include /* Export secure memse0 */ #ifndef _IMPL_SECURE_ZERO_MEMSET -- cgit