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
This commit is contained in:
Brian Evans
2018-09-18 09:11:56 -04:00
parent 281f0ff7c1
commit f3738737ce

View File

@@ -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);