aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-26 09:09:50 -0400
committerfanquake <fanquake@gmail.com>2019-11-18 08:56:47 -0500
commit648b2e3c3288ee0b83d4089d27fa7f84a73d118e (patch)
tree197113a25805e5d860ded5b0846be70795ac6064 /depends/patches
parent8983ee3e6dd8ab658bd2caf97c326cc53ea50818 (diff)
downloadbitcoin-648b2e3c3288ee0b83d4089d27fa7f84a73d118e.tar.xz
depends: remove OpenSSL package
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/openssl/0001-Add-OpenSSL-termios-fix-for-musl-libc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/depends/patches/openssl/0001-Add-OpenSSL-termios-fix-for-musl-libc.patch b/depends/patches/openssl/0001-Add-OpenSSL-termios-fix-for-musl-libc.patch
deleted file mode 100644
index 003099bdc2..0000000000
--- a/depends/patches/openssl/0001-Add-OpenSSL-termios-fix-for-musl-libc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
-index a38c758..d99edc2 100644
---- a/crypto/ui/ui_openssl.c
-+++ b/crypto/ui/ui_openssl.c
-@@ -190,9 +190,9 @@
- # undef SGTTY
- #endif
-
--#if defined(linux) && !defined(TERMIO)
--# undef TERMIOS
--# define TERMIO
-+#if defined(linux)
-+# define TERMIOS
-+# undef TERMIO
- # undef SGTTY
- #endif
-