aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql56-server/files
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2018-10-11 19:50:57 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2018-10-11 19:50:57 +0000
commitee2988c0b166cb557144b43e7cafeab05dc07e9a (patch)
tree55d46116a6e31149ba27acdac72e0510610e8af8 /databases/mysql56-server/files
parent36b2b6731250675456d57830d8926b7988bfed90 (diff)
downloadports-ee2988c0b166cb557144b43e7cafeab05dc07e9a.tar.gz
ports-ee2988c0b166cb557144b43e7cafeab05dc07e9a.zip
Notes
Diffstat (limited to 'databases/mysql56-server/files')
-rw-r--r--databases/mysql56-server/files/patch-PR225888.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql56-server/files/patch-PR225888.diff b/databases/mysql56-server/files/patch-PR225888.diff
index 87bfc3a0ddf3..0a5670c1ff10 100644
--- a/databases/mysql56-server/files/patch-PR225888.diff
+++ b/databases/mysql56-server/files/patch-PR225888.diff
@@ -185,7 +185,7 @@ index 4acff4e4d9b..307778771be 100644
{
#ifdef HAVE_OPENSSL
#ifndef HAVE_YASSL
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
CRYPTO_malloc_init();
+#else /* OPENSSL_VERSION_NUMBER < 0x10100000L */
+ OPENSSL_malloc_init();