summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2013-04-28 19:24:44 +0000
committeradam <adam>2013-04-28 19:24:44 +0000
commitf7acd407299ce6850b9aedf93f3f0eb64a7aad7e (patch)
treeec0a63ec750379742a510c6a29d885e03e067ba7 /databases
parent65efe04a3801ea34f80f426199deb848b7860626 (diff)
downloadpkgsrc-f7acd407299ce6850b9aedf93f3f0eb64a7aad7e.tar.gz
Looks like this patch has been forgotten
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql56-client/patches/patch-vio_viossl.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/mysql56-client/patches/patch-vio_viossl.c b/databases/mysql56-client/patches/patch-vio_viossl.c
new file mode 100644
index 00000000000..3d1ebe1f6bf
--- /dev/null
+++ b/databases/mysql56-client/patches/patch-vio_viossl.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-vio_viossl.c,v 1.1 2013/04/28 19:24:44 adam Exp $
+
+Compatibility fix.
+
+--- vio/viossl.c.orig 2013-04-05 12:27:17.000000000 +0000
++++ vio/viossl.c
+@@ -327,7 +327,7 @@ static int ssl_do(struct st_VioSSLFd *pt
+ SSL_clear(ssl);
+ SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
+ SSL_set_fd(ssl, sd);
+-#ifndef HAVE_YASSL
++#if !defined(HAVE_YASSL) && defined(SSL_OP_NO_COMPRESSION)
+ SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
+ #endif
+