Skip to content

Commit 4da42ff

Browse files
committed
Fix typo in header include (capital E)
1 parent 301a4a5 commit 4da42ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/wolfentropy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data, use this implementation to seed and re-seed the DRBG.
3434

3535
#ifdef HAVE_ENTROPY_MEMUSE
3636

37-
#include <wolfssl/wolfcrypt/wolfEntropy.h>
37+
#include <wolfssl/wolfcrypt/wolfentropy.h>
3838

3939
#include <wolfssl/wolfcrypt/sha3.h>
4040
#if defined(__APPLE__) || defined(__MACH__)

0 commit comments

Comments
 (0)