summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authormouring <mouring>2001-06-09 00:17:10 +0000
committermouring <mouring>2001-06-09 00:17:10 +0000
commit3f105dcb5d4a88467d3606365982b16a4fc5049e (patch)
tree82fd0d34e1c9541e550de77958187cb5163c71f6 /auth-options.c
parent2ad50a2d9c089994ec2681b5e3bd657fefe7d712 (diff)
downloadopenssh-3f105dcb5d4a88467d3606365982b16a4fc5049e.tar.gz
[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 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index 443f5414..d6258ab1 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,14 +10,14 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.16 2001/03/18 12:07:52 markus Exp $");
+RCSID("$OpenBSD: auth-options.c,v 1.17 2001/05/30 12:55:06 markus Exp $");
#include "packet.h"
#include "xmalloc.h"
#include "match.h"
#include "log.h"
#include "canohost.h"
-#include "channels.h"
+#include "channel.h"
#include "auth-options.h"
#include "servconf.h"