diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-11-10 00:35:35 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-11-12 23:47:11 +0100 |
commit | 164fe697f747aa59a91139425ef9bc82358c4a08 (patch) | |
tree | a70bbbf82fd7984d82d5adebb61cd3add067b4bd /package/libs/openssl/patches | |
parent | 49fde377583f595ff3ae1ebe289312d8f85ac492 (diff) | |
download | upstream-164fe697f747aa59a91139425ef9bc82358c4a08.tar.gz upstream-164fe697f747aa59a91139425ef9bc82358c4a08.tar.bz2 upstream-164fe697f747aa59a91139425ef9bc82358c4a08.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')
-rw-r--r-- | package/libs/openssl/patches/150-no_engines.patch | 2 |
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 f8c5d6e6cd..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 -@@ -2129,6 +2129,11 @@ EOF +@@ -2130,6 +2130,11 @@ EOF close(OUT); } |