summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index ef39c4ca4..e7e80c344 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.109 2015/02/16 22:13:32 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.110 2015/07/10 06:21:53 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -155,7 +155,8 @@ typedef struct {
155 155
156 int update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */ 156 int update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */
157 157
158 char *hostbased_key_types; 158 char *hostbased_key_types;
159 char *pubkey_key_types;
159 160
160 char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ 161 char *ignored_unknown; /* Pattern list of unknown tokens to ignore */
161} Options; 162} Options;