=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- src/usr.bin/ssh/readconf.h 2014/12/04 02:24:32 1.104 +++ src/usr.bin/ssh/readconf.h 2014/12/21 22:27:56 1.105 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.104 2014/12/04 02:24:32 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.105 2014/12/21 22:27:56 djm Exp $ */ /* * Author: Tatu Ylonen @@ -145,6 +145,8 @@ struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS]; char *revoked_host_keys; + + int fingerprint_hash; char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ } Options;