summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
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 e50fd68bc..7d0e0723c 100644
--- a/session.c
+++ b/session.c
@@ -9,7 +9,7 @@
9 * called by a name other than "ssh" or "Secure Shell". 9 * called by a name other than "ssh" or "Secure Shell".
10 * 10 *
11 * SSH2 support by Markus Friedl. 11 * SSH2 support by Markus Friedl.
12 * Copyright (c) 2000 Markus Friedl. All rights reserved. 12 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
13 * 13 *
14 * Redistribution and use in source and binary forms, with or without 14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 15 * modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.94 2001/06/23 15:12:20 itojun Exp $"); 36RCSID("$OpenBSD: session.c,v 1.95 2001/06/25 08:25:39 markus Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"