[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.103 and 1.104

version 1.103, 2014/10/08 22:20:25 version 1.104, 2014/12/04 02:24:32
Line 144 
Line 144 
         int     num_permitted_cnames;          int     num_permitted_cnames;
         struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS];          struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS];
   
           char    *revoked_host_keys;
   
         char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */          char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */
 }       Options;  }       Options;
   

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104