Fix from stable branch.
This commit is contained in:
parent
86140095b5
commit
31f528b15d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user