Don't typedef u8, u16, u32 in rijndael-alg-fast.c
commitd28ec4ba612042a51fd3544b92a3622a6d35207c
authorSimon Wilkinson <sxw@your-file-system.comk>
Sun, 12 Sep 2010 13:56:10 +0000 (12 14:56 +0100)
committerLove Hornquist Astrand <lha@h5l.org>
Tue, 14 Sep 2010 17:26:14 +0000 (14 10:26 -0700)
treec2733954b25dfc8f1ffff7bf17e04bf65428b9f2
parent8a5d3ca959df17661e75c69871aadac3dab07953
Don't typedef u8, u16, u32 in rijndael-alg-fast.c

Some kernels define u8, u16 and u32 in their standard headers.
Redefining these symbols in hcrypto's own code prevents that code
from compiling on those kernels.

Instead, just replace all occurrences of u8, u16 and u32 with the
symbols that uint8_t, uint16_t and uint32_t that they were being
typedef'd as, anyway.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
lib/hcrypto/rijndael-alg-fst.c