Bug#16235681: TURN OFF DEFAULT COMPRESSION WHILE USING
OPENSSL Description: Merge from 5.1.
This commit is contained in:
commit
02c7c2a68c
@ -171,6 +171,9 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
|
|||||||
SSL_clear(ssl);
|
SSL_clear(ssl);
|
||||||
SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
|
SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
|
||||||
SSL_set_fd(ssl, vio->sd);
|
SSL_set_fd(ssl, vio->sd);
|
||||||
|
#ifndef HAVE_YASSL
|
||||||
|
SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
|
||||||
|
#endif
|
||||||
|
|
||||||
if ((r= connect_accept_func(ssl)) < 1)
|
if ((r= connect_accept_func(ssl)) < 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user