From: Brian Evans Date: Tue, 18 Sep 2018 13:11:56 +0000 (-0400) Subject: dev-db/mysql-connector-c: Adjust openssl 1.1 patch to correct parameters X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f3738737cebd87a225cc00de863a94d821f00a8f;p=gentoo.git 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 --- 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);