[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.99 and 1.100

version 1.99, 2011/06/22 21:57:01 version 1.100, 2012/04/12 02:42:32
Line 164 
Line 164 
         char   *revoked_keys_file;          char   *revoked_keys_file;
         char   *trusted_user_ca_keys;          char   *trusted_user_ca_keys;
         char   *authorized_principals_file;          char   *authorized_principals_file;
   
           char   *version_addendum;       /* Appended to SSH banner */
 }       ServerOptions;  }       ServerOptions;
   
 /*  /*

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100