[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.6 and 1.7

version 1.6, 2000/10/11 20:27:23 version 1.7, 2000/10/12 14:21:12
Line 60 
Line 60 
   
 struct Enc {  struct Enc {
         char            *name;          char            *name;
         int             type;  
         Cipher          *cipher;          Cipher          *cipher;
         int             enabled;          int             enabled;
         unsigned char   *key;          unsigned char   *key;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7