summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:25:52 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:25:52 +1100
commit3dff176ed9509b5bd92947b9504545495a2052cc (patch)
treefbd3f0d740ebd8e9c00ce2d4a621d416c49cb985 /readconf.h
parent3de49f8951d8ea4401b0a8ec053fd51d6f309cbe (diff)
- djm@cvs.openbsd.org 2008/01/19 23:09:49
[readconf.c readconf.h sshconnect2.c] promote rekeylimit to a int64 so it can hold the maximum useful limit of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index d484f258e..6257f4b2f 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.72 2008/01/19 23:09:49 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -100,7 +100,7 @@ typedef struct {
100 int clear_forwardings; 100 int clear_forwardings;
101 101
102 int enable_ssh_keysign; 102 int enable_ssh_keysign;
103 int rekey_limit; 103 int64_t rekey_limit;
104 int no_host_authentication_for_localhost; 104 int no_host_authentication_for_localhost;
105 int identities_only; 105 int identities_only;
106 int server_alive_interval; 106 int server_alive_interval;