Fix for 64-bit OS.

This commit is contained in:
Harvind Samra 2015-01-21 21:32:33 -08:00 committed by Michael Iedema
parent bb2784c75e
commit 89ec9e6046
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;
typedef unsigned int u32;
/*---------------------------------------------------------
* Kasumi.h
*---------------------------------------------------------*/
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;
typedef unsigned int u32;
//void KeySchedule( u8 *key );
//void Kasumi( u8 *data );