commit: 0c14f48ba37c89f812338df4e44725e4413df2de Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon Mar 19 15:40:26 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Mon Mar 19 15:40:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c14f48b
app-emulation/spice: Update patch Thanks for the bug report and the suggested fix! Closes: https://bugs.gentoo.org/647406 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch b/app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch index 5854d8788c7..c1c5a1c04ba 100644 --- a/app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch +++ b/app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch @@ -13,7 +13,7 @@ static gpointer openssl_global_init(gpointer arg) { -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined (LIBRESSL_VERSION_NUMBER) + OPENSSL_init_ssl(0, NULL); +#else SSL_library_init();
