summaryrefslogtreecommitdiffstats
path: root/auth2.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 /auth2.c
parentc32a5b1a1568258481df6316dc008fc7cd3825fd (diff)
- (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
pty.[ch] -> sshpty.[ch]
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index cd3886dc..e9010506 100644
--- a/auth2.c
+++ b/auth2.c
@@ -30,7 +30,7 @@ RCSID("$OpenBSD: auth2.c,v 1.42 2001/02/13 22:49:40 markus Exp $");
#include "ssh2.h"
#include "xmalloc.h"
#include "rsa.h"
-#include "pty.h"
+#include "sshpty.h"
#include "packet.h"
#include "buffer.h"
#include "log.h"