diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 02:36:26 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 02:36:26 +0200 |
commit | c763767f18464129f3aa80f00a341f8665cfe53a (patch) | |
tree | 4a11605c8ad34e08d37dd0eb8ba58000a57b815e /ssh.c | |
parent | - markus@cvs.openbsd.org 2001/05/30 23:31:14 (diff) | |
download | openssh-c763767f18464129f3aa80f00a341f8665cfe53a.tar.xz openssh-c763767f18464129f3aa80f00a341f8665cfe53a.zip |
[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this
pain will be over.]
- markus@cvs.openbsd.org 2001/05/31 10:30:17
[auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
packet.c serverloop.c session.c ssh.c]
undo the .c file split, just merge the header and keep the cvs
history
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.123 2001/05/31 10:30:17 markus Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -53,7 +53,7 @@ RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $"); #include "packet.h" #include "buffer.h" #include "uidswap.h" -#include "channel.h" +#include "channels.h" #include "key.h" #include "authfd.h" #include "authfile.h" |