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

Diff for /src/usr.bin/ssh/packet.c between version 1.142 and 1.143

version 1.142, 2006/08/03 03:34:42 version 1.143, 2006/08/05 08:34:04
Line 667 
Line 667 
   
 /*  /*
  * Delayed compression for SSH2 is enabled after authentication:   * Delayed compression for SSH2 is enabled after authentication:
  * This happans on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,   * This happens on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
  * and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received.   * and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received.
  */   */
 static void  static void

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143