linuxkm/module_exports.c.template: include siphash.h.

This commit is contained in:
Daniel Pouzzner 2022-01-20 14:41:33 -06:00
parent 10b8f56fec
commit 84f7d812d3

View File

@ -58,6 +58,9 @@
#include <wolfssl/wolfcrypt/sha.h>
#include <wolfssl/wolfcrypt/sha256.h>
#include <wolfssl/wolfcrypt/sha512.h>
#ifdef WOLFSSL_SIPHASH
#include <wolfssl/wolfcrypt/siphash.h>
#endif
#include <wolfssl/wolfcrypt/arc4.h>
#if defined(WC_NO_RNG)
#include <wolfssl/wolfcrypt/integer.h>