[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.36 and 1.37

version 1.36, 2005/06/17 02:44:32 version 1.37, 2005/07/25 11:59:39
Line 35 
Line 35 
 #define KEX_DH14        "diffie-hellman-group14-sha1"  #define KEX_DH14        "diffie-hellman-group14-sha1"
 #define KEX_DHGEX       "diffie-hellman-group-exchange-sha1"  #define KEX_DHGEX       "diffie-hellman-group-exchange-sha1"
   
   #define COMP_NONE       0
   #define COMP_ZLIB       1
   #define COMP_DELAYED    2
   
 enum kex_init_proposals {  enum kex_init_proposals {
         PROPOSAL_KEX_ALGS,          PROPOSAL_KEX_ALGS,
         PROPOSAL_SERVER_HOST_KEY_ALGS,          PROPOSAL_SERVER_HOST_KEY_ALGS,

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37