summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-31 15:21:31 +0800
committerChocobo12019-05-31 15:21:31 +0800
commit854756d47fdf5f1f9bcb927ab1eff6af870f75d0 (patch)
treefa04df84941853d50b04b650fa95e06c6e283dfb
parent31dd5ba513926205a0484ab94f610f79dd812ff6 (diff)
downloadaur-854756d47fdf5f1f9bcb927ab1eff6af870f75d0.tar.gz
Delete unused patch
-rw-r--r--0001-Fix-build-with-newer-openssl.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-Fix-build-with-newer-openssl.patch b/0001-Fix-build-with-newer-openssl.patch
deleted file mode 100644
index be437f6a0864..000000000000
--- a/0001-Fix-build-with-newer-openssl.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From cafc074bc9632712e100a8f9fc76746a1191b716 Mon Sep 17 00:00:00 2001
-From: Chocobo1 <Chocobo1@users.noreply.github.com>
-Date: Tue, 22 Aug 2017 23:39:18 +0800
-Subject: [PATCH] Fix build with newer openssl
-
----
- src/tls.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tls.c b/src/tls.c
-index d1af607..5a6b7c4 100644
---- a/src/tls.c
-+++ b/src/tls.c
-@@ -65,7 +65,7 @@ static inline int tls_setup(shout_tls_t *tls)
-
- SSL_library_init();
- SSL_load_error_strings();
-- SSLeay_add_all_algorithms();
-+ OpenSSL_add_all_algorithms();
- SSLeay_add_ssl_algorithms();
-
- meth = TLSv1_client_method();
---
-2.14.1
-