summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
commitc763767f18464129f3aa80f00a341f8665cfe53a (patch)
tree4a11605c8ad34e08d37dd0eb8ba58000a57b815e /session.c
parentcd4349f969a8cc4cf2902ffd0a67aea49fae2102 (diff)
[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 'session.c')
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 8a8b4c114..0625bf81f 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.77 2001/05/30 12:55:13 markus Exp $"); 36RCSID("$OpenBSD: session.c,v 1.78 2001/05/31 10:30:16 markus Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
@@ -45,7 +45,7 @@ RCSID("$OpenBSD: session.c,v 1.77 2001/05/30 12:55:13 markus Exp $");
45#include "mpaux.h" 45#include "mpaux.h"
46#include "uidswap.h" 46#include "uidswap.h"
47#include "compat.h" 47#include "compat.h"
48#include "channel.h" 48#include "channels.h"
49#include "bufaux.h" 49#include "bufaux.h"
50#include "auth.h" 50#include "auth.h"
51#include "auth-options.h" 51#include "auth-options.h"