summaryrefslogtreecommitdiff
path: root/lib/crypto/curve25519-hacl64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/curve25519-hacl64.c')
-rw-r--r--lib/crypto/curve25519-hacl64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/crypto/curve25519-hacl64.c b/lib/crypto/curve25519-hacl64.c
index 771d82dc5f14..c40e5d913234 100644
--- a/lib/crypto/curve25519-hacl64.c
+++ b/lib/crypto/curve25519-hacl64.c
@@ -14,8 +14,6 @@
#include <crypto/curve25519.h>
#include <linux/string.h>
-typedef __uint128_t u128;
-
static __always_inline u64 u64_eq_mask(u64 a, u64 b)
{
u64 x = a ^ b;