diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index 7b58d01f3..49858bff3 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.103 2014/10/08 22:20:25 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.104 2014/12/04 02:24:32 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -144,6 +144,8 @@ typedef struct { | |||
144 | int num_permitted_cnames; | 144 | int num_permitted_cnames; |
145 | struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS]; | 145 | struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS]; |
146 | 146 | ||
147 | char *revoked_host_keys; | ||
148 | |||
147 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ | 149 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ |
148 | } Options; | 150 | } Options; |
149 | 151 | ||