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