Address linuxkm builds and the new header

This commit is contained in:
kaleb-himes
2025-11-20 08:48:50 -07:00
parent 4da42ffae9
commit eeb2b09b23
2 changed files with 6 additions and 0 deletions

View File

@@ -961,6 +961,9 @@ struct wc_swallow_the_semicolon
#ifdef LINUXKM_LKCAPI_REGISTER_HASH_DRBG
#ifdef HAVE_ENTROPY_MEMUSE
#include <wolfssl/wolfcrypt/wolfentropy.h>
#endif
#include <wolfssl/wolfcrypt/random.h>
struct wc_linuxkm_drbg_ctx {

View File

@@ -41,6 +41,9 @@
#if !defined(NO_CRYPT_TEST) || defined(LINUXKM_LKCAPI_REGISTER)
#include <wolfcrypt/test/test.h>
#endif
#ifdef HAVE_ENTROPY_MEMUSE
#include <wolfssl/wolfcrypt/wolfentropy.h>
#endif
#include <wolfssl/wolfcrypt/random.h>
#include <wolfssl/wolfcrypt/sha256.h>
#ifdef NO_INLINE