[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.12 and 1.13

version 1.12, 2001/01/29 01:58:16 version 1.13, 2001/02/04 15:32:24
Line 54 
Line 54 
         DH_GRP1_SHA1,          DH_GRP1_SHA1,
         DH_GEX_SHA1          DH_GEX_SHA1
 };  };
   
 typedef struct Kex Kex;  typedef struct Kex Kex;
 typedef struct Mac Mac;  typedef struct Mac Mac;
 typedef struct Comp Comp;  typedef struct Comp Comp;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13