=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/rijndael.h,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- src/usr.bin/ssh/rijndael.h 2001/09/13 09:48:39 1.11 +++ src/usr.bin/ssh/rijndael.h 2002/03/07 17:37:47 1.11.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: rijndael.h,v 1.11 2001/09/13 09:48:39 markus Exp $ */ +/* $OpenBSD: rijndael.h,v 1.11.2.1 2002/03/07 17:37:47 jason Exp $ */ /** * rijndael-alg-fst.h @@ -32,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 */