aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/blake2s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/blake2s.h b/src/crypto/blake2s.h
index 615010f..99de9f9 100644
--- a/src/crypto/blake2s.h
+++ b/src/crypto/blake2s.h
@@ -4,6 +4,8 @@
#define _WG_BLAKE2S_H
#include <linux/types.h>
+#include <linux/kernel.h>
+#include <crypto/algapi.h>
enum blake2s_lengths {
BLAKE2S_BLOCKBYTES = 64,