X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/88c3bfe07289f309c0fbb9bbb21f2fba83f4ea93..7b610012d5a0ff49adbebe5cad16c63fd02b4956:/rijndael.h diff --git a/rijndael.h b/rijndael.h index 242bf9a6..c614bb18 100644 --- a/rijndael.h +++ b/rijndael.h @@ -1,3 +1,5 @@ +/* $OpenBSD: rijndael.h,v 1.12 2001/12/19 07:18:56 deraadt Exp $ */ + /** * rijndael-alg-fst.h * @@ -30,8 +32,8 @@ #define MAXKB (256/8) #define MAXNR 14 -typedef unsigned char u8; -typedef unsigned short u16; +typedef unsigned char u8; +typedef unsigned short u16; typedef unsigned int u32; /* The structure for key information */