aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/include/zinc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-29 05:17:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-02 03:41:49 +0200
commitefee532a89081891d38e91a3bd6eede17a21e52d (patch)
treeb19d17cd318ed0682f7348fcd1e3e8b72776f056 /src/crypto/include/zinc
parentcrypto: WARN_ON in module_init if selftest fails (diff)
downloadwireguard-monolithic-historical-efee532a89081891d38e91a3bd6eede17a21e52d.tar.xz
wireguard-monolithic-historical-efee532a89081891d38e91a3bd6eede17a21e52d.zip
crypto: document what's used from <crypto/ beside #include
Diffstat (limited to 'src/crypto/include/zinc')
-rw-r--r--src/crypto/include/zinc/blake2s.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/include/zinc/blake2s.h b/src/crypto/include/zinc/blake2s.h
index da313de..3dbe4b5 100644
--- a/src/crypto/include/zinc/blake2s.h
+++ b/src/crypto/include/zinc/blake2s.h
@@ -8,7 +8,6 @@
#include <linux/types.h>
#include <linux/kernel.h>
-#include <crypto/algapi.h>
enum blake2s_lengths {
BLAKE2S_BLOCK_SIZE = 64,