From 645a4184a4434457aed4a8767981c4218d98c33a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Apr 2008 07:56:40 +0000 Subject: [PATCH] Move the typedef u to camellia-ntt.h header file. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22967 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/camellia-ntt.c | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.11.4.GIT