[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.109 and 1.110

version 1.109, 2015/02/16 22:13:32 version 1.110, 2015/07/10 06:21:53
Line 150 
Line 150 
   
         int      update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */          int      update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */
   
         char    *hostbased_key_types;          char   *hostbased_key_types;
           char   *pubkey_key_types;
   
         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.109  
changed lines
  Added in v.1.110