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>
58 KiB
58 KiB