Skip to content

Commit

Permalink
Merge branch 'mysql-5.7' into mysql-8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushree Prakash B committed Mar 1, 2019
2 parents 750a084 + d433f6a commit e070f8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vio/viossl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ 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, sd);
#if !defined(HAVE_WOLFSSL) && OPENSSL_VERSION_NUMBER > 0x00908000L
SSL_clear_options(ssl, SSL_OP_LEGACY_SERVER_CONNECT);
#endif
#if !defined(HAVE_WOLFSSL) && defined(SSL_OP_NO_COMPRESSION)
SSL_set_options(ssl, SSL_OP_NO_COMPRESSION); /* OpenSSL >= 1.0 only */
#elif !defined(HAVE_WOLFSSL) && \
Expand Down

0 comments on commit e070f8c

Please sign in to comment.