summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 92af535d0..bc5968843 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.43 2002/06/08 05:17:01 markus Exp $ */ 1/* $OpenBSD: readconf.h,v 1.44 2002/11/07 22:08:07 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -99,6 +99,8 @@ typedef struct {
99 int num_remote_forwards; 99 int num_remote_forwards;
100 Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; 100 Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];
101 int clear_forwardings; 101 int clear_forwardings;
102
103 int enable_ssh_keysign;
102 int no_host_authentication_for_localhost; 104 int no_host_authentication_for_localhost;
103} Options; 105} Options;
104 106