summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-18 19:13:33 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-18 19:13:33 +0000
commitd95c09cc83ec07b42feb07c4ff71d23720b37e8e (patch)
tree73b15e75f83356fa59b0d17ffd88409d8f4fc5de /sshd.c
parentc32a5b1a1568258481df6316dc008fc7cd3825fd (diff)
- (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
pty.[ch] -> sshpty.[ch]
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index be046ea65..62e83d2df 100644
--- a/sshd.c
+++ b/sshd.c
@@ -51,7 +51,7 @@ RCSID("$OpenBSD: sshd.c,v 1.167 2001/02/12 23:26:20 markus Exp $");
51#include "ssh2.h" 51#include "ssh2.h"
52#include "xmalloc.h" 52#include "xmalloc.h"
53#include "rsa.h" 53#include "rsa.h"
54#include "pty.h" 54#include "sshpty.h"
55#include "packet.h" 55#include "packet.h"
56#include "mpaux.h" 56#include "mpaux.h"
57#include "log.h" 57#include "log.h"