diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
commit | 58ddb8ad21f21f5358db0204c4ba9abf94a1ca11 (patch) | |
tree | c55df1f23e6fa0fb87a96d8ec4c06a68c3a82b45 /readconf.h | |
parent | 544df7a04ae5b5c1fc30be7c445ad685d7a02dc9 (diff) | |
parent | 1dc8d93ce69d6565747eb44446ed117187621b26 (diff) |
Import openssh_7.0p1.orig.tar.gz
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h index 576b9e352..bb2d55283 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> |
@@ -150,7 +150,8 @@ typedef struct { | |||
150 | 150 | ||
151 | int update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */ | 151 | int update_hostkeys; /* one of SSH_UPDATE_HOSTKEYS_* */ |
152 | 152 | ||
153 | char *hostbased_key_types; | 153 | char *hostbased_key_types; |
154 | char *pubkey_key_types; | ||
154 | 155 | ||
155 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ | 156 | char *ignored_unknown; /* Pattern list of unknown tokens to ignore */ |
156 | } Options; | 157 | } Options; |