summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 307b5f26a..6f5a146fe 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.191 2003/04/08 20:21:29 itojun Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.192 2003/05/11 20:30:25 markus Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -1132,7 +1132,7 @@ ssh_session2_open(void)
1132 c = channel_new( 1132 c = channel_new(
1133 "session", SSH_CHANNEL_OPENING, in, out, err, 1133 "session", SSH_CHANNEL_OPENING, in, out, err,
1134 window, packetmax, CHAN_EXTENDED_WRITE, 1134 window, packetmax, CHAN_EXTENDED_WRITE,
1135 xstrdup("client-session"), /*nonblock*/0); 1135 "client-session", /*nonblock*/0);
1136 1136
1137 debug3("ssh_session2_open: channel_new: %d", c->self); 1137 debug3("ssh_session2_open: channel_new: %d", c->self);
1138 1138