diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-03-20 08:14:42 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-03-20 08:14:42 +0000 |
commit | 3006bc6904e34135ef2bebf4adae012b1d41933c (patch) | |
tree | 4d7ff1c849ae3551440e31cf07836a96b6891ae4 /package/libs/openssl/patches/210-termios_fix.patch | |
parent | b27efd6e070441cc05bbe0522f40ad3a48409622 (diff) | |
download | mtk-20170518-3006bc6904e34135ef2bebf4adae012b1d41933c.zip mtk-20170518-3006bc6904e34135ef2bebf4adae012b1d41933c.tar.gz mtk-20170518-3006bc6904e34135ef2bebf4adae012b1d41933c.tar.bz2 |
openssl: biweekly critical security update
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44900
Diffstat (limited to 'package/libs/openssl/patches/210-termios_fix.patch')
-rw-r--r-- | package/libs/openssl/patches/210-termios_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/openssl/patches/210-termios_fix.patch b/package/libs/openssl/patches/210-termios_fix.patch index 957c5cf..e69de29 100644 --- a/package/libs/openssl/patches/210-termios_fix.patch +++ b/package/libs/openssl/patches/210-termios_fix.patch @@ -1,11 +0,0 @@ ---- 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 |