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

Diff for /src/usr.bin/ssh/ssh2.h between version 1.13 and 1.14

version 1.13, 2010/02/26 20:29:54 version 1.14, 2010/08/31 11:54:45
Line 98 
Line 98 
 #define SSH2_MSG_KEX_DH_GEX_REPLY                       33  #define SSH2_MSG_KEX_DH_GEX_REPLY                       33
 #define SSH2_MSG_KEX_DH_GEX_REQUEST                     34  #define SSH2_MSG_KEX_DH_GEX_REQUEST                     34
   
   /* ecdh */
   #define SSH2_MSG_KEX_ECDH_INIT                          30
   #define SSH2_MSG_KEX_ECDH_REPLY                         31
   
 /* user authentication: generic */  /* user authentication: generic */
   
 #define SSH2_MSG_USERAUTH_REQUEST                       50  #define SSH2_MSG_USERAUTH_REQUEST                       50

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