more LKM WIP: polish up the struct DRBG refactor ("struct DRBG_internal"), tweaks for buildability on 3.x kernels (now builds on 3.x, 4.x, and 5.x up to 5.8.1), move a slew of #[un]def[ines] from wc_port.h to settings.h where they belong, misc cleanup.

This commit is contained in:
Daniel Pouzzner
2020-08-13 23:43:39 -05:00
committed by Daniel Pouzzner
parent 3c2155f4a9
commit dd825d90c4
10 changed files with 58 additions and 62 deletions
-3
View File
@@ -32,9 +32,6 @@
#if !defined(CURVE25519_SMALL) || !defined(ED25519_SMALL) /* run when not defined to use small memory math */
#include <wolfssl/wolfcrypt/fe_operations.h>
#ifndef WOLFSSL_LINUXKM
#include <stdint.h>
#endif
#ifdef NO_INLINE
#include <wolfssl/wolfcrypt/misc.h>