aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-17 18:55:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-17 23:40:54 +0200
commit903833a3cf9c7c357730cde99937b7eb81abc5c9 (patch)
treec6f2ec8692ba68c3f0640b0849c59a2ab8bf7726 /src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
parentpoly1305-x86_64: don't activate simd for small blocks (diff)
downloadwireguard-monolithic-historical-903833a3cf9c7c357730cde99937b7eb81abc5c9.tar.xz
wireguard-monolithic-historical-903833a3cf9c7c357730cde99937b7eb81abc5c9.zip
crypto: do not use -include trick
Diffstat (limited to 'src/crypto/zinc/curve25519/curve25519-x86_64-glue.h')
-rw-r--r--src/crypto/zinc/curve25519/curve25519-x86_64-glue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h b/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
index 3996b48..9159460 100644
--- a/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
+++ b/src/crypto/zinc/curve25519/curve25519-x86_64-glue.h
@@ -3,7 +3,6 @@
* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
-#include <zinc/curve25519.h>
#include <asm/cpufeature.h>
#include <asm/processor.h>
@@ -45,5 +44,3 @@ static inline bool curve25519_base_arch(u8 pub[CURVE25519_POINT_SIZE],
}
return false;
}
-
-#define HAVE_CURVE25519_ARCH_IMPLEMENTATION