aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/blake2s.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-21 01:30:45 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-31 17:22:49 +0100
commitc786c46893de537f5559283b377ac2ee989fad4a (patch)
tree7eec0885014b3f631e470b487d4cb2c81388c928 /src/crypto/blake2s.h
parentglobal: accept decent check_patch.pl suggestions (diff)
downloadwireguard-monolithic-historical-c786c46893de537f5559283b377ac2ee989fad4a.tar.xz
wireguard-monolithic-historical-c786c46893de537f5559283b377ac2ee989fad4a.zip
blake2: include headers for macros
Diffstat (limited to 'src/crypto/blake2s.h')
-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,