oops, revert previous patch
This commit is contained in:
@@ -957,6 +957,7 @@ start:
|
||||
!(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) &&
|
||||
!s->s3->renegotiate)
|
||||
{
|
||||
s->new_session = 1;
|
||||
ssl3_renegotiate(s);
|
||||
if (ssl3_renegotiate_check(s))
|
||||
{
|
||||
@@ -1163,6 +1164,7 @@ start:
|
||||
#else
|
||||
s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
|
||||
#endif
|
||||
s->renegotiate=1;
|
||||
s->new_session=1;
|
||||
}
|
||||
i=s->handshake_func(s);
|
||||
|
Reference in New Issue
Block a user