https://bugs.kde.org/show_bug.cgi?id=392054
Lars Wendler (Polynomial-C) <polynomia...@gentoo.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |polynomia...@gentoo.org Summary|qca fails to compile |qca fails to compile |against openssl-1.1 on |against openssl-1.1 without |gentoo |deprecated features --- Comment #2 from Lars Wendler (Polynomial-C) <polynomia...@gentoo.org> --- This is because we (Gentoo) no longer compile openssl-1.1.0g-r3 with "disable-deprecated" option. If you want to througly fix this issue, please don't use any features being marked as deprecated in openssl-1.1 anymore. To test this, simply compile your own openssl, ideally with the following configure options: --api=1.1.0 disable-deprecated no-ssl3 no-ssl3-method (beware that this still breaks many packages that require openssl) -- You are receiving this mail because: You are watching all bug changes.