mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-21 16:09:05 -07:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user