aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/150-no_engines.patch
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2017-11-10 00:35:35 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-11-13 00:53:35 +0100
commitcda8ec7dd84d5382a5cead01de568893cf0be833 (patch)
tree0bf1132e8defe76e53937f262dca8605077623e6 /package/libs/openssl/patches/150-no_engines.patch
parent421754191dc8e5aa812e78f7b424893b6570ba93 (diff)
downloadupstream-cda8ec7dd84d5382a5cead01de568893cf0be833.tar.gz
upstream-cda8ec7dd84d5382a5cead01de568893cf0be833.tar.bz2
upstream-cda8ec7dd84d5382a5cead01de568893cf0be833.zip
openssl: update to 1.0.2m
don't set no-ssl3-method when CONFIG_OPENSSL_WITH_SSL3 di disabled otherwise the compile breaks with this error: ../libssl.so: undefined reference to `SSLv3_client_method' Fixes CVE: CVE-2017-3735, CVE-2017-3736 Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'package/libs/openssl/patches/150-no_engines.patch')
-rw-r--r--package/libs/openssl/patches/150-no_engines.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/150-no_engines.patch b/package/libs/openssl/patches/150-no_engines.patch
index 586d1f2935..1cb04bdabb 100644
--- a/package/libs/openssl/patches/150-no_engines.patch
+++ b/package/libs/openssl/patches/150-no_engines.patch
@@ -1,6 +1,6 @@
--- a/Configure
+++ b/Configure
-@@ -2128,6 +2128,11 @@ EOF
+@@ -2130,6 +2130,11 @@ EOF
close(OUT);
}