aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-12 15:49:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-12 16:17:47 +0200
commitad248ebba75e06c22b113ce2d70696c3f529a352 (patch)
tree5ae30a54469135fd1135f0779c03034c61c09c02 /src
parentchacha20: add constant for words in block (diff)
downloadwireguard-monolithic-historical-ad248ebba75e06c22b113ce2d70696c3f529a352.tar.xz
wireguard-monolithic-historical-ad248ebba75e06c22b113ce2d70696c3f529a352.zip
curve25519-x86_64: remove useless define
Diffstat (limited to 'src')
-rw-r--r--src/crypto/zinc/curve25519/curve25519-x86_64-glue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h b/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
index 4499cd9..7011ad0 100644
--- a/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
+++ b/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
@@ -4,7 +4,6 @@
*/
#include <zinc/curve25519.h>
-#include <crypto/algapi.h>
#include <asm/cpufeature.h>
#include <asm/processor.h>