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

Diff for /src/usr.bin/ssh/kex.h between version 1.28 and 1.29

version 1.28, 2001/12/28 15:06:00 version 1.29, 2002/02/14 23:41:01
Line 71 
Line 71 
         char    *name;          char    *name;
         Cipher  *cipher;          Cipher  *cipher;
         int     enabled;          int     enabled;
           u_int   key_len;
           u_int   block_size;
         u_char  *key;          u_char  *key;
         u_char  *iv;          u_char  *iv;
 };  };

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29