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 991e20091..c884de68b 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.49 2003/05/15 01:48:10 jakob Exp $ */ 1/* $OpenBSD: readconf.h,v 1.50 2003/05/15 14:55:25 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -60,6 +60,8 @@ typedef struct {
60 int port; /* Port to connect. */ 60 int port; /* Port to connect. */
61 int connection_attempts; /* Max attempts (seconds) before 61 int connection_attempts; /* Max attempts (seconds) before
62 * giving up */ 62 * giving up */
63 int connection_timeout; /* Max time (seconds) before
64 * aborting connection attempt */
63 int number_of_password_prompts; /* Max number of password 65 int number_of_password_prompts; /* Max number of password
64 * prompts. */ 66 * prompts. */
65 int cipher; /* Cipher to use. */ 67 int cipher; /* Cipher to use. */