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

Diff for /src/usr.bin/ssh/servconf.h between version 1.71 and 1.71.4.1

version 1.71, 2004/12/23 23:11:00 version 1.71.4.1, 2006/02/03 03:01:57
Line 133 
Line 133 
   
         char   *authorized_keys_file;   /* File containing public keys */          char   *authorized_keys_file;   /* File containing public keys */
         char   *authorized_keys_file2;          char   *authorized_keys_file2;
   
           int     permit_tun;
 }       ServerOptions;  }       ServerOptions;
   
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.71.4.1