summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-02-11 19:46:20 -0600
committerMatthias Maier <tamiko@gentoo.org>2018-02-11 19:48:29 -0600
commit09c721b3411933c73bb1f9891765a3cbdc98bbdf (patch)
tree06a89cfe10be74abe9ac5228622927e016ff22f2 /app-emulation/spice/files
parentnet-misc/spice-gtk: 0.34: fix dependency (diff)
downloadgentoo-09c721b3411933c73bb1f9891765a3cbdc98bbdf.tar.gz
gentoo-09c721b3411933c73bb1f9891765a3cbdc98bbdf.tar.bz2
gentoo-09c721b3411933c73bb1f9891765a3cbdc98bbdf.zip
app-emulation/spice: drop 0.13.90 - let's focus on 0.14.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/spice/files')
-rw-r--r--app-emulation/spice/files/spice-0.14.0-openssl1.1_fix.patch2
1 files changed, 1 insertions, 1 deletions
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 ea4e606b3db2..5854d8788c75 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 >= 0x10000000L
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L
+ OPENSSL_init_ssl(0, NULL);
+#else
SSL_library_init();