[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.20 and 1.21

version 1.20, 2023/08/14 03:37:00 version 1.21, 2023/08/28 03:28:43
Line 108 
Line 108 
 #define SSH2_MSG_KEX_ECDH_INIT                          30  #define SSH2_MSG_KEX_ECDH_INIT                          30
 #define SSH2_MSG_KEX_ECDH_REPLY                         31  #define SSH2_MSG_KEX_ECDH_REPLY                         31
   
   /* transport layer: OpenSSH extensions */
   #define SSH2_MSG_PING                                   192
   #define SSH2_MSG_PONG                                   193
   
 /* user authentication: generic */  /* user authentication: generic */
   
 #define SSH2_MSG_USERAUTH_REQUEST                       50  #define SSH2_MSG_USERAUTH_REQUEST                       50

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21