summaryrefslogtreecommitdiff
blob: d083a80fb5b89fa682008b104297d01b6cc1bf90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From cf21875fe39d21bff2028a78921e03d96dc56e5a Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Sat, 21 Oct 2017 01:30:45 +0200
Subject: blake2: include headers for macros

---
 src/crypto/blake2s.h | 2 ++
 1 file changed, 2 insertions(+)

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,
-- 
cgit v1.1-31-g4243