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/aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/aes.c') diff --git a/lib/crypto/aes.c b/lib/crypto/aes.c index c51c594..ee5aeb4 100644 --- a/lib/crypto/aes.c +++ b/lib/crypto/aes.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3