[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.92 and 1.93

version 1.92, 2010/03/04 10:36:03 version 1.93, 2010/05/07 11:30:30
Line 154 
Line 154 
         char   *chroot_directory;          char   *chroot_directory;
         char   *revoked_keys_file;          char   *revoked_keys_file;
         char   *trusted_user_ca_keys;          char   *trusted_user_ca_keys;
           char   *authorized_principals_file;
 }       ServerOptions;  }       ServerOptions;
   
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93