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/noscrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/noscrypt.c') diff --git a/src/noscrypt.c b/src/noscrypt.c index 1e19337..9fd6c9b 100644 --- a/src/noscrypt.c +++ b/src/noscrypt.c @@ -51,7 +51,7 @@ /* * Actual, private defintion of the NCContext structure -* to allow for future development and ABI backords +* to allow for future development and ABI backwards * compatability. */ struct nc_ctx_struct { -- cgit