aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/220-fix-no-ec-build.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-06-12 20:59:57 +0000
committerSteven Barth <steven@midlink.org>2015-06-12 20:59:57 +0000
commit698315c238b850dcb58c41d63392059d98472ad3 (patch)
tree597667ebc49683133a12083380ef8307a86e6c91 /package/libs/openssl/patches/220-fix-no-ec-build.patch
parent817cc83f79f08d1fb852309227b6a1d765c79a6c (diff)
downloadupstream-698315c238b850dcb58c41d63392059d98472ad3.tar.gz
upstream-698315c238b850dcb58c41d63392059d98472ad3.tar.bz2
upstream-698315c238b850dcb58c41d63392059d98472ad3.zip
openssl: bump to 1.0.2c
fixes CVE-2015-4000 CVE-2015-1788 CVE-2015-1789 CVE-2015-1790 CVE-2015-1792 CVE-2015-1791 Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@45951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl/patches/220-fix-no-ec-build.patch')
-rw-r--r--package/libs/openssl/patches/220-fix-no-ec-build.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libs/openssl/patches/220-fix-no-ec-build.patch b/package/libs/openssl/patches/220-fix-no-ec-build.patch
index 44ec50eae4..e69de29bb2 100644
--- a/package/libs/openssl/patches/220-fix-no-ec-build.patch
+++ b/package/libs/openssl/patches/220-fix-no-ec-build.patch
@@ -1,14 +0,0 @@
---- a/ssl/t1_lib.c
-+++ b/ssl/t1_lib.c
-@@ -113,9 +113,11 @@
- #include <openssl/objects.h>
- #include <openssl/evp.h>
- #include <openssl/hmac.h>
-+#ifndef OPENSSL_NO_EC
- #ifdef OPENSSL_NO_EC2M
- # include <openssl/ec.h>
- #endif
-+#endif
- #include <openssl/ocsp.h>
- #include <openssl/rand.h>
- #include "ssl_locl.h"