mirror of
https://github.com/andrew-d/static-binaries.git
synced 2024-12-29 18:08:36 +08:00
16 lines
260 B
Diff
16 lines
260 B
Diff
--- 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
|
|
|