From 9b50f08c3995c2215420bba8eca029b14514dfac Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 1 Oct 2024 00:24:54 -0400 Subject: project: Convert project to library Signed-off-by: Ian Moffett --- lib/crypto/ecdh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/ecdh.c') diff --git a/lib/crypto/ecdh.c b/lib/crypto/ecdh.c index c881ca1..70aee12 100644 --- a/lib/crypto/ecdh.c +++ b/lib/crypto/ecdh.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #define KEY_SIZE 32 -- cgit v1.2.3