summaryrefslogtreecommitdiffstats
path: root/vlc/build/patches/libshout_openssl11.patch
blob: c29dbb76271dc6650a186cb0f80575d36c70912e (plain)
1
2
3
4
5
6
7
8
9
10
--- libshout-2.4.1/src/tls.c.orig	2015-06-18 06:27:45.000000000 +0200
+++ libshout-2.4.1/src/tls.c	2018-05-19 22:28:12.653171520 +0200
@@ -65,7 +65,6 @@
 
 	SSL_library_init();
 	SSL_load_error_strings();
-	SSLeay_add_all_algorithms();
  	SSLeay_add_ssl_algorithms();
 
 	meth = TLSv1_client_method();