mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566 Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44332 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
256 B
Diff
12 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
|