From 265dbe5dbc14c199299496c6db8fce3f76647015 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 21 Sep 2018 18:00:10 +0100 Subject: gentoo resync : 21.09.2018 --- dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/mysql-connector-c/files') 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); -- cgit v1.2.3