[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.8 and 1.9

version 1.8, 2002/03/04 17:27:39 version 1.9, 2003/05/14 00:52:59
Line 61 
Line 61 
 #define SSH2_MSG_TRANSPORT_MAX                          49  #define SSH2_MSG_TRANSPORT_MAX                          49
 #define SSH2_MSG_USERAUTH_MIN                           50  #define SSH2_MSG_USERAUTH_MIN                           50
 #define SSH2_MSG_USERAUTH_MAX                           79  #define SSH2_MSG_USERAUTH_MAX                           79
   #define SSH2_MSG_USERAUTH_PER_METHOD_MIN                60
   #define SSH2_MSG_USERAUTH_PER_METHOD_MAX                SSH2_MSG_USERAUTH_MAX
 #define SSH2_MSG_CONNECTION_MIN                         80  #define SSH2_MSG_CONNECTION_MIN                         80
 #define SSH2_MSG_CONNECTION_MAX                         127  #define SSH2_MSG_CONNECTION_MAX                         127
 #define SSH2_MSG_RESERVED_MIN                           128  #define SSH2_MSG_RESERVED_MIN                           128

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9