Submitted by: Jeffrey Altman <jaltman@columbia.edu>
Reviewed by:
PR: 169
This commit is contained in:
Lutz Jänicke 2002-07-30 13:36:31 +00:00
parent c046fffa16
commit dd7ab82e75

View File

@ -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);