提交 dd792d62 编写于 作者: D Dr. Stephen Henson

Missing commit from change ofr compress_meth to unsigned

上级 82a107ea
......@@ -902,7 +902,7 @@ int ssl3_get_server_hello(SSL *s)
}
#else
j= *(p++);
if (s->hit && j != (int)s->session->compress_meth)
if (s->hit && j != s->session->compress_meth)
{
al=SSL_AD_ILLEGAL_PARAMETER;
SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册