[BACK]Return to rijndael.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/rijndael.h between version 1.11 and 1.11.2.1

version 1.11, 2001/09/13 09:48:39 version 1.11.2.1, 2002/03/07 17:37:47
Line 32 
Line 32 
 #define MAXKB   (256/8)  #define MAXKB   (256/8)
 #define MAXNR   14  #define MAXNR   14
   
 typedef unsigned char   u8;  typedef unsigned char   u8;
 typedef unsigned short  u16;  typedef unsigned short  u16;
 typedef unsigned int    u32;  typedef unsigned int    u32;
   
 /*  The structure for key information */  /*  The structure for key information */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1