mirror of
https://github.com/andrew-d/static-binaries.git
synced 2025-01-01 11:37:47 +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
|
||
|
|