18 lines
351 B
Diff
18 lines
351 B
Diff
|
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
|
||
|
|