[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.7.2.1 and 1.7.2.2

version 1.7.2.1, 2001/09/27 19:03:55 version 1.7.2.2, 2002/03/09 00:20:44
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.7.2.1  
changed lines
  Added in v.1.7.2.2