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 78e04fedf..d35472117 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.46 2003/04/01 10:22:21 markus Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.47 2003/04/02 09:48:07 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 clear_forwardings; | 101 | int clear_forwardings; |
102 | 102 | ||
103 | int enable_ssh_keysign; | 103 | int enable_ssh_keysign; |
104 | int rekey_limit; | ||
104 | int no_host_authentication_for_localhost; | 105 | int no_host_authentication_for_localhost; |
105 | } Options; | 106 | } Options; |
106 | 107 | ||