Merge in the latest changes from the 0.9.6-stable branch.
This commit is contained in:
@@ -795,7 +795,10 @@ int SSL_shutdown(SSL *s)
|
||||
|
||||
int SSL_renegotiate(SSL *s)
|
||||
{
|
||||
s->new_session=1;
|
||||
if (s->new_session == 0)
|
||||
{
|
||||
s->new_session=1;
|
||||
}
|
||||
return(s->method->ssl_renegotiate(s));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user