summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cipher/camellia.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/camellia.c b/cipher/camellia.c
index 9067246d..e7085a7e 100644
--- a/cipher/camellia.c
+++ b/cipher/camellia.c
@@ -22,15 +22,15 @@
* http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
*/
+#include <config.h>
#include <string.h>
#include <stdlib.h>
+#include "types.h"
#include "bufhelp.h"
#include "camellia.h"
-/* u32 must be 32bit word */
-typedef unsigned int u32;
-typedef unsigned char u8;
+typedef byte u8;
/* key constants */