aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/210-termios_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/openssl/patches/210-termios_fix.patch')
-rw-r--r--package/libs/openssl/patches/210-termios_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/openssl/patches/210-termios_fix.patch b/package/libs/openssl/patches/210-termios_fix.patch
deleted file mode 100644
index 957c5cf25c..0000000000
--- a/package/libs/openssl/patches/210-termios_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/crypto/ui/ui_openssl.c
-+++ b/crypto/ui/ui_openssl.c
-@@ -194,7 +194,7 @@
- # undef SGTTY
- #endif
-
--#if defined(linux) && !defined(TERMIO)
-+#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
- # undef TERMIOS
- # define TERMIO
- # undef SGTTY