diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-13 22:25:32 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-13 22:25:32 -0500 |
commit | 5cf1addc4a7b70aafda5ad8953f114a206df93cc (patch) | |
tree | d478524ea1ed7676f530f2eb26af644024d6aeca /src/providers/monocypher.c | |
parent | 0baa4afd4716ad4d6d2f37b9d4af4fc839d16d7c (diff) |
integrate mbedtls testing and remove mbedtls fetch
Diffstat (limited to 'src/providers/monocypher.c')
-rw-r--r-- | src/providers/monocypher.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <monocypher.h> +#include <monocypher/monocypher.h> /* Export secure memse0 */ #ifndef _IMPL_SECURE_ZERO_MEMSET |