[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.67 and 1.68

version 1.67, 2005/06/08 11:25:09 version 1.68, 2005/12/06 22:38:27
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.67  
changed lines
  Added in v.1.68