mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Typo.
Submitted by: Jeffrey Altman <jaltman@columbia.edu> Reviewed by: PR: 169
This commit is contained in:
parent
c046fffa16
commit
dd7ab82e75
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user