提交 dd7ab82e 编写于 作者: L Lutz Jänicke

Typo.

Submitted by: Jeffrey Altman <jaltman@columbia.edu>
Reviewed by:
PR: 169
上级 c046fffa
......@@ -1588,7 +1588,7 @@ static int ssl3_get_client_key_exchange(SSL *s)
/* Note that the length is checked again below,
** after decryption
*/
if(enc.pms_length > sizeof pms)
if(enc_pms.length > sizeof pms)
{
SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
SSL_R_DATA_LENGTH_TOO_LONG);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册