[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.19 and 1.20

version 1.19, 2020/11/19 23:05:05 version 1.20, 2023/08/14 03:37:00
Line 85 
Line 85 
 #define SSH2_MSG_SERVICE_REQUEST                        5  #define SSH2_MSG_SERVICE_REQUEST                        5
 #define SSH2_MSG_SERVICE_ACCEPT                         6  #define SSH2_MSG_SERVICE_ACCEPT                         6
 #define SSH2_MSG_EXT_INFO                               7  #define SSH2_MSG_EXT_INFO                               7
   #define SSH2_MSG_NEWCOMPRESS                            8
   
 /* transport layer: alg negotiation */  /* transport layer: alg negotiation */
   

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