From 4da42ffae94cfd6ac06ed9c5fd288bb127693f34 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 19 Nov 2025 16:47:36 -0700 Subject: [PATCH] Fix typo in header include (capital E) --- wolfcrypt/src/wolfentropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/wolfentropy.c b/wolfcrypt/src/wolfentropy.c index c303fc36c..46eeeb3cf 100644 --- a/wolfcrypt/src/wolfentropy.c +++ b/wolfcrypt/src/wolfentropy.c @@ -34,7 +34,7 @@ data, use this implementation to seed and re-seed the DRBG. #ifdef HAVE_ENTROPY_MEMUSE -#include +#include #include #if defined(__APPLE__) || defined(__MACH__)