aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/210-termios_fix.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-03-23 14:08:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-03-23 14:08:16 +0000
commit569626e21b7d2d79d0e6e054952efbdb4f05017e (patch)
tree69d43a06921d7279297f632f976b064e649f441e /package/libs/openssl/patches/210-termios_fix.patch
parent84c29a2604ad185a786df1bac73935d562d34086 (diff)
downloadupstream-569626e21b7d2d79d0e6e054952efbdb4f05017e.tar.gz
upstream-569626e21b7d2d79d0e6e054952efbdb4f05017e.tar.bz2
upstream-569626e21b7d2d79d0e6e054952efbdb4f05017e.zip
BB: openssl: update to v1.0.2a (14 CVEs)
Fixes CVE-2015-0204, CVE-2015-0207, CVE-2015-0208, CVE-2015-0209, CVE-2015-0285, CVE-2015-0286, CVE-2015-0287, CVE-2015-0288, CVE-2015-0289, CVE-2015-0290, CVE-2015-0291, CVE-2015-0292, CVE-2015-0293, CVE-2015-1787. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@44952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl/patches/210-termios_fix.patch')
-rw-r--r--package/libs/openssl/patches/210-termios_fix.patch11
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
deleted file mode 100644
index 957c5cf25c..0000000000
--- a/package/libs/openssl/patches/210-termios_fix.patch
+++ /dev/null
@@ -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