aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
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-23 04:29:08 +0200
commit2e796e6654b83c9c3fcf06b67004a4f64c2c7917 (patch)
tree300c8569a927eb393425888428a1c3afa5117742 /src
parentglobal: accept decent check_patch.pl suggestions (diff)
downloadwireguard-monolithic-historical-2e796e6654b83c9c3fcf06b67004a4f64c2c7917.tar.xz
wireguard-monolithic-historical-2e796e6654b83c9c3fcf06b67004a4f64c2c7917.zip
blake2: include headers for macros
Diffstat (limited to 'src')
-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,