summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:42:53 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:42:53 +0000
commit87552344215a38d3a2b0d4d63dc151e05978bbe1 (patch)
tree9f4b96055e6ccaa915e8d59d9f2805e9e119371d /readconf.h
parenta25ec0b132c44c9e341e08464ff830de06b81126 (diff)
parentef94e5613d37bcbf880f21ee6094e4b1c7683a4c (diff)
import openssh-5.1p1-gsskex-cjwatson-20080722.patch
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 a3d302420..10067f117 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.71 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: readconf.h,v 1.74 2008/06/26 11:46:31 grunk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -102,7 +102,7 @@ typedef struct {
102 int clear_forwardings; 102 int clear_forwardings;
103 103
104 int enable_ssh_keysign; 104 int enable_ssh_keysign;
105 int rekey_limit; 105 int64_t rekey_limit;
106 int no_host_authentication_for_localhost; 106 int no_host_authentication_for_localhost;
107 int identities_only; 107 int identities_only;
108 int server_alive_interval; 108 int server_alive_interval;
@@ -122,6 +122,7 @@ typedef struct {
122 122
123 char *local_command; 123 char *local_command;
124 int permit_local_command; 124 int permit_local_command;
125 int visual_host_key;
125 126
126} Options; 127} Options;
127 128