Move the typedef u<num> to camellia-ntt.h header file.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-15 07:56:40 +00:00
parent 9da441487e
commit 645a4184a4

View File

@@ -37,10 +37,6 @@
#include <krb5-types.h> #include <krb5-types.h>
#include "camellia-ntt.h" #include "camellia-ntt.h"
/* u32 must be 32bit word */
typedef uint32_t u32;
typedef unsigned char u8;
/* key constants */ /* key constants */
#define CAMELLIA_SIGMA1L (0xA09E667FL) #define CAMELLIA_SIGMA1L (0xA09E667FL)