Patch from PR #1833 was broken: there's no s->s3->new_session
(only s->new_session).
This commit is contained in:
parent
42ecf418f5
commit
02ba02604c
@ -2226,7 +2226,6 @@ void ssl3_clear(SSL *s)
|
||||
|
||||
s->packet_length=0;
|
||||
s->s3->renegotiate=0;
|
||||
s->s3->new_session=0;
|
||||
s->s3->total_renegotiations=0;
|
||||
s->s3->num_renegotiations=0;
|
||||
s->s3->in_read_app_data=0;
|
||||
@ -3327,4 +3326,3 @@ need to go to SSL_ST_ACCEPT.
|
||||
}
|
||||
return(ret);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user