summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-01-19 15:55:13 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-01-19 15:55:13 +0000
commitc8e30de90fc429e1ff3ad41ca71e4dccd8d82cc0 (patch)
tree399702fc4973938c6f47bff5cbe9674747e43db0 /usr.bin/ssh/clientloop.c
parent89ca1809e467b574468e1fd98161130448eecf10 (diff)
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 9079bcda8b6..beaef8c2330 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -59,7 +59,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.43 2001/01/13 19:14:08 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.44 2001/01/19 15:55:10 markus Exp $");
#include "xmalloc.h"
#include "ssh.h"
@@ -67,6 +67,7 @@ RCSID("$OpenBSD: clientloop.c,v 1.43 2001/01/13 19:14:08 markus Exp $");
#include "buffer.h"
#include "readconf.h"
+#include "ssh1.h"
#include "ssh2.h"
#include "compat.h"
#include "channels.h"