summaryrefslogtreecommitdiff
path: root/lib/crypto/poly1305-donna64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/poly1305-donna64.c')
-rw-r--r--lib/crypto/poly1305-donna64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/crypto/poly1305-donna64.c b/lib/crypto/poly1305-donna64.c
index d34cf4053668..988702c9b3b2 100644
--- a/lib/crypto/poly1305-donna64.c
+++ b/lib/crypto/poly1305-donna64.c
@@ -10,8 +10,6 @@
#include <asm/unaligned.h>
#include <crypto/internal/poly1305.h>
-typedef __uint128_t u128;
-
void poly1305_core_setkey(struct poly1305_core_key *key,
const u8 raw_key[POLY1305_BLOCK_SIZE])
{