mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
Moonlight Embedded is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield. Moonlight Embedded allows you to stream your full collection of games from your powerful Windows desktop to your FreeBSD system. WWW: https://github.com/irtimmer/moonlight-embedded
11 lines
475 B
C
11 lines
475 B
C
--- third_party/moonlight-common-c/src/InputStream.c.orig 2017-06-11 16:02:49 UTC
|
|
+++ third_party/moonlight-common-c/src/InputStream.c
|
|
@@ -34,7 +34,7 @@ typedef struct _PACKET_HOLDER {
|
|
LINKED_BLOCKING_QUEUE_ENTRY entry;
|
|
} PACKET_HOLDER, *PPACKET_HOLDER;
|
|
|
|
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
|
#define EVP_CIPHER_CTX_reset(x) EVP_CIPHER_CTX_cleanup(x); EVP_CIPHER_CTX_init(x)
|
|
#endif
|
|
|