diff --git a/lib/hcrypto/camellia-ntt.c b/lib/hcrypto/camellia-ntt.c index 0a0015a1f..9a82c09ab 100644 --- a/lib/hcrypto/camellia-ntt.c +++ b/lib/hcrypto/camellia-ntt.c @@ -37,10 +37,6 @@ #include #include "camellia-ntt.h" -/* u32 must be 32bit word */ -typedef uint32_t u32; -typedef unsigned char u8; - /* key constants */ #define CAMELLIA_SIGMA1L (0xA09E667FL)