summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:14:59 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:14:59 +1100
commit788f212aed68781efe7aa80e625c5f8cd4d98100 (patch)
tree2325dfd810906d1b4eb02bda7a8ead19b4e9186e /sshd.c
parent713de76f66d4a27134938ebf6836ef97471c128a (diff)
- djm@cvs.openbsd.org 2005/10/30 08:52:18
[clientloop.c packet.c serverloop.c session.c ssh-agent.c ssh-keygen.c] [ssh.c sshconnect.c sshconnect1.c sshd.c] no need to escape single quotes in comments, no binary change
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 */