openssl: use termios instead of termio

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39748
This commit is contained in:
Felix Fietkau
2014-02-24 21:09:03 +00:00
parent b2ef0616ba
commit 9a97bfcc2b
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -190,7 +190,7 @@
# undef SGTTY
#endif
-#if defined(linux) && !defined(TERMIO)
+#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
# undef TERMIOS
# define TERMIO
# undef SGTTY