linuxkm WIP -- update for kernels 4.9.x (LTS representative) and 5.8.x (latest).

This commit is contained in:
Daniel Pouzzner
2020-08-13 14:42:01 -05:00
committed by Daniel Pouzzner
parent 6425ebb60e
commit 3c2155f4a9
20 changed files with 219 additions and 68 deletions

View File

@@ -32,7 +32,9 @@
#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>