commit: f3738737cebd87a225cc00de863a94d821f00a8f Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Sep 18 13:11:56 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Sep 18 13:11:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3738737
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 dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch | 4 ++-- 1 file 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 40e23019269..3459206e4f7 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);
