freebsd-src/sys/crypto/rijndael/rijndael_local.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

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;