summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index 4b5f89e2a..f0fdf5a83 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.316 2005/10/30 08:29:29 dtucker Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.317 2005/10/30 08:52:18 djm Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -1682,10 +1682,10 @@ main(int ac, char **av)
1682 verbose("Connection from %.500s port %d", remote_ip, remote_port); 1682 verbose("Connection from %.500s port %d", remote_ip, remote_port);
1683 1683
1684 /* 1684 /*
1685 * We don\'t want to listen forever unless the other side 1685 * We don't want to listen forever unless the other side
1686 * successfully authenticates itself. So we set up an alarm which is 1686 * successfully authenticates itself. So we set up an alarm which is
1687 * cleared after successful authentication. A limit of zero 1687 * cleared after successful authentication. A limit of zero
1688 * indicates no limit. Note that we don\'t set the alarm in debugging 1688 * indicates no limit. Note that we don't set the alarm in debugging
1689 * mode; it is just annoying to have the server exit just when you 1689 * mode; it is just annoying to have the server exit just when you
1690 * are about to discover the bug. 1690 * are about to discover the bug.
1691 */ 1691 */