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 84c85d2ba..dffd2d0d5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.121 2001/05/30 12:55:13 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -1095,7 +1095,7 @@ ssh_session2_command(void)
1095 1095
1096 debug3("ssh_session2_command: channel_new: %d", c->self); 1096 debug3("ssh_session2_command: channel_new: %d", c->self);
1097 1097
1098 channel_open(c->self); 1098 channel_send_open(c->self);
1099 channel_register_callback(c->self, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, 1099 channel_register_callback(c->self, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION,
1100 ssh_session2_callback, (void *)0); 1100 ssh_session2_callback, (void *)0);
1101 1101