summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
commite6455aee8fe31931f006f390fcbf0e99c1fbaacf (patch)
tree53ba7fa048231130a23ae46f36d526d8791fd34f /auth2.c
parent2d0356f7de5e12dd818b705c54bc8a380827ab8e (diff)
[NOTE: File split is was not done in Portabl Tree]
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 9988f7ae..8c55ff0f 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.58 2001/05/20 17:20:35 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.59 2001/05/30 12:55:06 markus Exp $");
#include <openssl/evp.h>
@@ -36,7 +36,7 @@ RCSID("$OpenBSD: auth2.c,v 1.58 2001/05/20 17:20:35 markus Exp $");
#include "log.h"
#include "servconf.h"
#include "compat.h"
-#include "channels.h"
+#include "channel.h"
#include "bufaux.h"
#include "auth.h"
#include "session.h"