2ca8a6cce4
Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566 Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44332
11 lines
256 B
Diff
11 lines
256 B
Diff
--- a/crypto/ui/ui_openssl.c
|
|
+++ b/crypto/ui/ui_openssl.c
|
|
@@ -194,7 +194,7 @@
|
|
# undef SGTTY
|
|
#endif
|
|
|
|
-#if defined(linux) && !defined(TERMIO)
|
|
+#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
|
|
# undef TERMIOS
|
|
# define TERMIO
|
|
# undef SGTTY
|