diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index 8521f85ac..97b6c2be4 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.59 2003/12/16 15:49:51 markus Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.60 2004/03/05 10:53:58 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -101,6 +101,7 @@ typedef struct { | |||
101 | int enable_ssh_keysign; | 101 | int enable_ssh_keysign; |
102 | int rekey_limit; | 102 | int rekey_limit; |
103 | int no_host_authentication_for_localhost; | 103 | int no_host_authentication_for_localhost; |
104 | int identities_only; | ||
104 | int server_alive_interval; | 105 | int server_alive_interval; |
105 | int server_alive_count_max; | 106 | int server_alive_count_max; |
106 | } Options; | 107 | } Options; |