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