diff options
author | djm <djm> | 2003-11-21 12:48:55 +0000 |
---|---|---|
committer | djm <djm> | 2003-11-21 12:48:55 +0000 |
commit | 184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (patch) | |
tree | 97214a8b98655fccf709f332aff731b00dd7e65d /readconf.h | |
parent | 78a871571e55ae5a74227b0b5c31d728d5651a8e (diff) | |
download | openssh-184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13.tar.gz |
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[everything]
unexpand and delete whitespace at EOL; ok markus@
(done locally and RCS IDs synced)
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.56 2003/10/11 08:24:08 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.57 2003/11/21 11:57:03 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -61,7 +61,7 @@ typedef struct { int connection_attempts; /* Max attempts (seconds) before * giving up */ int connection_timeout; /* Max time (seconds) before - * aborting connection attempt */ + * aborting connection attempt */ int number_of_password_prompts; /* Max number of password * prompts. */ int cipher; /* Cipher to use. */ |