You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
256 B
12 lines
256 B
11 years ago
|
--- 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
|