mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
mysql-5.5.31 merge
This commit is contained in:
commit
b381cf843c
264 changed files with 3750 additions and 1720 deletions
|
|
@ -183,6 +183,9 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
|
|||
SSL_clear(ssl);
|
||||
SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
|
||||
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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue