mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
71625ec9ad
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
7 lines
185 B
C
7 lines
185 B
C
/* $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $ */
|
|
|
|
/* the file should not be used from outside */
|
|
typedef uint8_t u8;
|
|
typedef uint16_t u16;
|
|
typedef uint32_t u32;
|