This commit was generated by cvs2svn to compensate for changes in r127114,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Jacques Vidrine 2004-03-17 12:11:08 +00:00
commit 1612471010

View File

@ -1085,6 +1085,14 @@ start:
goto err;
}
/* Check we have a cipher to change to */
if (s->s3->tmp.new_cipher == NULL)
{
i=SSL_AD_UNEXPECTED_MESSAGE;
SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY);
goto err;
}
rr->length=0;
if (s->msg_callback)