diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-31 10:30:19 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-31 10:30:19 +0000 |
commit | 13b7efb1ee22badf3056897b16c6f7c65e7ef4fd (patch) | |
tree | 60de6accf917304e971df4e7e7b46a07d48040cb /usr.bin/ssh/ssh.c | |
parent | da366a3728ccb9202e30de6fedd543ce5c1ec3c1 (diff) |
undo the .c file split, just merge the header and keep the cvs history
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index f13a848e60f..e07a01289be 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -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" |