[Spice-devel] libressl fix for spice-gtk
Jack L.
xxjack12xx at gmail.com
Fri Jun 15 23:20:10 UTC 2018
Hi, I maintain the spice-gtk port in FreeBSD and noticed that in
spice-gtk-0.35, there was a fix for libressl but that fix needs to
only apply to older versions of libressl. Here is a patch that
implements this. Can we can get in the new version so I can remove our
patch? Thanks.
https://bz-attachments.freebsd.org/attachment.cgi?id=194274
-#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10100000 ||
(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER <
0x20700000)
More information about the Spice-devel
mailing list