From bb4a2418d64308d8fd024a32ecab517dd92bcc71 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Thu, 1 Mar 2018 17:54:31 +1100 Subject: [PATCH] libshout: openssl1.1 fixes --- src/libshout-1-fixes.patch | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/libshout-1-fixes.patch b/src/libshout-1-fixes.patch index 6542baf0..f8accb47 100644 --- a/src/libshout-1-fixes.patch +++ b/src/libshout-1-fixes.patch @@ -5,7 +5,7 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 30 Nov 2015 17:19:26 +0100 -Subject: [PATCH 1/1] Fix: test arpa/inet.h presence before using it +Subject: [PATCH 1/2] Fix: test arpa/inet.h presence before using it Fix: test arpa/inet.h presence before using it @@ -41,3 +41,22 @@ index 1111111..2222222 100644 #include #include + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Tony Theodore +Date: Sun, 25 Feb 2018 14:53:34 +1100 +Subject: [PATCH 2/2] openssl 1.1 fix + + +diff --git a/src/tls.c b/src/tls.c +index 1111111..2222222 100644 +--- a/src/tls.c ++++ b/src/tls.c +@@ -65,7 +65,6 @@ static inline int tls_setup(shout_tls_t *tls) + + SSL_library_init(); + SSL_load_error_strings(); +- SSLeay_add_all_algorithms(); + SSLeay_add_ssl_algorithms(); + + meth = TLSv1_client_method();