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

Diff for /src/usr.bin/ssh/readconf.h between version 1.66.2.1 and 1.66.2.2

version 1.66.2.1, 2005/09/04 18:40:03 version 1.66.2.2, 2006/02/03 02:53:44
Line 114 
Line 114 
         int     control_master;          int     control_master;
   
         int     hash_known_hosts;          int     hash_known_hosts;
   
           int     tun_open;       /* tun(4) */
           int     tun_local;      /* force tun device (optional) */
           int     tun_remote;     /* force tun device (optional) */
   
           char    *local_command;
           int     permit_local_command;
   
 }       Options;  }       Options;
   
 #define SSHCTL_MASTER_NO        0  #define SSHCTL_MASTER_NO        0

Legend:
Removed from v.1.66.2.1  
changed lines
  Added in v.1.66.2.2