=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- src/usr.bin/ssh/readconf.h 2015/01/26 03:04:45 1.107 +++ src/usr.bin/ssh/readconf.h 2015/01/30 11:43:14 1.108 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.107 2015/01/26 03:04:45 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.108 2015/01/30 11:43:14 djm Exp $ */ /* * Author: Tatu Ylonen @@ -149,6 +149,8 @@ int fingerprint_hash; int update_hostkeys; + + char *hostbased_key_types; char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ } Options;