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 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