summaryrefslogtreecommitdiff
path: root/system/apk-tools/openssl-compat.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-21 23:39:09 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-21 23:39:09 +0000
commit2edb1e2396da9910b8dbcb426fccbe64f398a85d (patch)
tree4b7edd38798b612fe5ef3be68ec9648c55b48df6 /system/apk-tools/openssl-compat.patch
parentedffe262c383c979833766a85cd65b74fb5231fa (diff)
downloadpackages-2edb1e2396da9910b8dbcb426fccbe64f398a85d.tar.gz
packages-2edb1e2396da9910b8dbcb426fccbe64f398a85d.tar.bz2
packages-2edb1e2396da9910b8dbcb426fccbe64f398a85d.tar.xz
packages-2edb1e2396da9910b8dbcb426fccbe64f398a85d.zip
system/apk-tools: fix orphan list functionality
Diffstat (limited to 'system/apk-tools/openssl-compat.patch')
-rw-r--r--system/apk-tools/openssl-compat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/apk-tools/openssl-compat.patch b/system/apk-tools/openssl-compat.patch
deleted file mode 100644
index cdafefd05..000000000
--- a/system/apk-tools/openssl-compat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- apk-tools-2.8.1/libfetch/common.c.old 2017-10-27 08:12:05.000000000 -0500
-+++ apk-tools-2.8.1/libfetch/common.c 2017-11-11 22:37:18.661697875 -0600
-@@ -504,7 +504,7 @@
-
- SSL_load_error_strings();
-
-- conn->ssl_meth = TLS_client_method();
-+ conn->ssl_meth = SSLv23_client_method();
- conn->ssl_ctx = SSL_CTX_new(conn->ssl_meth);
- SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY);
-