summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-09-18 09:11:56 -0400
committerBrian Evans <grknight@gentoo.org>2018-09-18 09:11:56 -0400
commitf3738737cebd87a225cc00de863a94d821f00a8f (patch)
tree0de4d4bafe086208dfda4f290a4e1ef79af5f5ba /dev-db
parentsys-apps/sg3_utils: drop old (diff)
downloadgentoo-f3738737cebd87a225cc00de863a94d821f00a8f.tar.gz
gentoo-f3738737cebd87a225cc00de863a94d821f00a8f.tar.bz2
gentoo-f3738737cebd87a225cc00de863a94d821f00a8f.zip
dev-db/mysql-connector-c: Adjust openssl 1.1 patch to correct parameters
Closes: https://bugs.gentoo.org/666436 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch b/dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch
index 40e23019269a..3459206e4f76 100644
--- a/dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch
+++ b/dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch
@@ -243,8 +243,8 @@ index da5449a..87b30c3 100644
+#else
+ if (! DH_set0_pqg(dh,
+ BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL),
-+ BN_bin2bn(dh2048_g,sizeof(dh2048_g),NULL),
-+ NULL))
++ NULL,
++ BN_bin2bn(dh2048_g,sizeof(dh2048_g),NULL)))
+ {
+#endif
DH_free(dh);