We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da42ff commit eeb2b09Copy full SHA for eeb2b09
linuxkm/lkcapi_sha_glue.c
@@ -961,6 +961,9 @@ struct wc_swallow_the_semicolon
961
962
#ifdef LINUXKM_LKCAPI_REGISTER_HASH_DRBG
963
964
+#ifdef HAVE_ENTROPY_MEMUSE
965
+ #include <wolfssl/wolfcrypt/wolfentropy.h>
966
+#endif
967
#include <wolfssl/wolfcrypt/random.h>
968
969
struct wc_linuxkm_drbg_ctx {
linuxkm/module_hooks.c
@@ -41,6 +41,9 @@
41
#if !defined(NO_CRYPT_TEST) || defined(LINUXKM_LKCAPI_REGISTER)
42
#include <wolfcrypt/test/test.h>
43
#endif
44
45
46
47
48
#include <wolfssl/wolfcrypt/sha256.h>
49
#ifdef NO_INLINE
0 commit comments