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

Diff for /src/usr.bin/ssh/channels.c between version 1.239 and 1.240

version 1.239, 2006/03/20 18:26:55 version 1.240, 2006/03/20 18:35:12
Line 128 
Line 128 
  * Fake X11 authentication data.  This is what the server will be sending us;   * Fake X11 authentication data.  This is what the server will be sending us;
  * we should replace any occurrences of this by the real data.   * we should replace any occurrences of this by the real data.
  */   */
 static char *x11_fake_data = NULL;  static u_char *x11_fake_data = NULL;
 static u_int x11_fake_data_len;  static u_int x11_fake_data_len;
   
   

Legend:
Removed from v.1.239  
changed lines
  Added in v.1.240