aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20
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/zinc/chacha20
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/zinc/chacha20')
-rw-r--r--src/crypto/zinc/chacha20/chacha20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/chacha20/chacha20.c b/src/crypto/zinc/chacha20/chacha20.c
index e71e702..c6a29f8 100644
--- a/src/crypto/zinc/chacha20/chacha20.c
+++ b/src/crypto/zinc/chacha20/chacha20.c
@@ -13,7 +13,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/vmalloc.h>
-#include <crypto/algapi.h>
+#include <crypto/algapi.h> // For crypto_xor_cpy.
#if defined(CONFIG_ZINC_ARCH_X86_64)
#include "chacha20-x86_64-glue.h"