summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-01-19 15:55:10 +0000
committermarkus <markus@openbsd.org>2001-01-19 15:55:10 +0000
commite810d18bdfa95d8f53b6d93b96ecc03eefc7550b (patch)
tree6a18b679fd9e18b99b22b7d8e1f905509c1b1351 /usr.bin/ssh/serverloop.c
parentAgain, increase the size. (diff)
downloadwireguard-openbsd-e810d18bdfa95d8f53b6d93b96ecc03eefc7550b.tar.xz
wireguard-openbsd-e810d18bdfa95d8f53b6d93b96ecc03eefc7550b.zip
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r--usr.bin/ssh/serverloop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c
index 2a4da54ff1d..a7d21fbcad4 100644
--- a/usr.bin/ssh/serverloop.c
+++ b/usr.bin/ssh/serverloop.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.40 2001/01/18 17:00:00 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.41 2001/01/19 15:55:11 markus Exp $");
#include "xmalloc.h"
#include "ssh.h"
@@ -46,6 +46,7 @@ RCSID("$OpenBSD: serverloop.c,v 1.40 2001/01/18 17:00:00 markus Exp $");
#include "channels.h"
#include "compat.h"
+#include "ssh1.h"
#include "ssh2.h"
#include "auth.h"
#include "session.h"