提交 3f19bbf4 编写于 作者: B Bodo Möller

fix msg_callback() arguments for SSL 2.0 compatible client hello

(previous revision got this wrong)
上级 b874ce4d
......@@ -422,7 +422,7 @@ static int ssl23_client_hello(SSL *s)
/* Client Hello has been sent; tell msg_callback */
if (ssl2_compat)
s->msg_callback(1, version, 0, s->init_buf->data+2, ret-2, s, s->msg_callback_arg);
s->msg_callback(1, SSL2_VERSION, 0, s->init_buf->data+2, ret-2, s, s->msg_callback_arg);
else
s->msg_callback(1, version, SSL3_RT_HANDSHAKE, s->init_buf->data+5, ret-5, s, s->msg_callback_arg);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册