Fix from stable branch.

This commit is contained in:
Dr. Stephen Henson 2007-11-03 13:09:34 +00:00
parent 86140095b5
commit 31f528b15d

View File

@ -295,6 +295,9 @@ int ssl3_connect(SSL *s)
if (ret == 2)
{
s->hit = 1;
if (s->tlsext_ticket_expected)
s->state=SSL3_ST_CR_SESSION_TICKET_A;
else
s->state=SSL3_ST_CR_FINISHED_A;
s->init_num=0;
break;