summaryrefslogtreecommitdiffstats
path: root/mysql-openssl.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-29 19:00:46 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-29 19:00:46 +0200
commitad539a16b9836180cc82aa02ef8311c4412313f4 (patch)
tree8adafa10317e7ba69118b76f94686c944d6b1a4c /mysql-openssl.patch
parent32407a552038e3c410c102221c514ff0f971f80d (diff)
MySQL 5.5.44
Diffstat (limited to 'mysql-openssl.patch')
-rw-r--r--mysql-openssl.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql-openssl.patch b/mysql-openssl.patch
deleted file mode 100644
index bcdc1d2..0000000
--- a/mysql-openssl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mysql-5.5.31/vio/viossl.c~ 2013-03-25 14:14:58.000000000 +0100
-+++ mysql-5.5.31/vio/viossl.c 2013-04-18 16:58:38.552557538 +0200
-@@ -172,8 +172,10 @@
- SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
- SSL_set_fd(ssl, vio->sd);
- #ifndef HAVE_YASSL
-+#ifdef SSL_OP_NO_COMPRESSION
- SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
- #endif
-+#endif
-
- if ((r= connect_accept_func(ssl)) < 1)
- {