summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/channels.c b/channels.c
index ce4c5952d..2721ec6bc 100644
--- a/channels.c
+++ b/channels.c
@@ -12,9 +12,8 @@
12 * incompatible with the protocol description in the RFC file, it must be 12 * incompatible with the protocol description in the RFC file, it must be
13 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
14 * 14 *
15 *
16 * SSH2 support added by Markus Friedl. 15 * SSH2 support added by Markus Friedl.
17 * Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 16 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
18 * Copyright (c) 1999 Dug Song. All rights reserved. 17 * Copyright (c) 1999 Dug Song. All rights reserved.
19 * Copyright (c) 1999 Theo de Raadt. All rights reserved. 18 * Copyright (c) 1999 Theo de Raadt. All rights reserved.
20 * 19 *
@@ -40,7 +39,7 @@
40 */ 39 */
41 40
42#include "includes.h" 41#include "includes.h"
43RCSID("$OpenBSD: channels.c,v 1.127 2001/06/23 15:12:17 itojun Exp $"); 42RCSID("$OpenBSD: channels.c,v 1.128 2001/06/25 08:25:35 markus Exp $");
44 43
45#include "ssh.h" 44#include "ssh.h"
46#include "ssh1.h" 45#include "ssh1.h"