mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00: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;
|