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

Diff for /src/usr.bin/ssh/ssh.c between version 1.147 and 1.148

version 1.147, 2001/10/08 19:05:05 version 1.148, 2001/10/24 08:41:20
Line 123 
Line 123 
 /* socket address the host resolves to */  /* socket address the host resolves to */
 struct sockaddr_storage hostaddr;  struct sockaddr_storage hostaddr;
   
 /*  
  * Flag to indicate that we have received a window change signal which has  
  * not yet been processed.  This will cause a message indicating the new  
  * window size to be sent to the server a little later.  This is volatile  
  * because this is updated in a signal handler.  
  */  
 volatile int received_window_change_signal = 0;  
   
 /* Private host keys. */  /* Private host keys. */
 struct {  struct {
         Key     **keys;          Key     **keys;

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148