aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-05-24 18:51:44 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 08:13:22 +0100
commit5435e8023e956be4f8a21a8741fbe331db05960a (patch)
tree808cdc645f540b48a30dce7915c207c1a53720b0 /package
parent42121995c7e5275978aa88685e83c691349b7e42 (diff)
downloadupstream-5435e8023e956be4f8a21a8741fbe331db05960a.tar.gz
upstream-5435e8023e956be4f8a21a8741fbe331db05960a.tar.bz2
upstream-5435e8023e956be4f8a21a8741fbe331db05960a.zip
ustream-ssl: fix build against wolfSSL
commit 39a6ce205d (ustream-ssl: Enable ECDHE with OpenSSL.) broke build against wolfSSL because wolfSSL doesn't (yet) support SSL_CTX_set_ecdh_auto() of the OpenSSL API. Fix this in ustream-ssl: 189cd38b41 don't use SSL_CTX_set_ecdh_auto with wolfSSL Signed-off-by: Daniel Golle <daniel@makrotopia.org> (backported from 4f442f5f383837efcfb345033169178f74f63440)
Diffstat (limited to 'package')
-rw-r--r--package/libs/ustream-ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 055a7c969b..54b69944fb 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git
-PKG_SOURCE_DATE:=2018-05-22
-PKG_SOURCE_VERSION:=5322f9db23b69fdc2b4760a6cfd67848a11818a4
-PKG_MIRROR_HASH:=c943f6e603b1309b33fd276acddffb33a171b6370455b6c21200897012e42d05
+PKG_SOURCE_DATE:=2018-05-24
+PKG_SOURCE_VERSION:=189cd38b4188bfcb4c8cf67d8ae71741ffc2b906
+PKG_MIRROR_HASH:=114d229828d95229e2b7134f668c0d2c3cee63ffa90e970d4c50a331f505b17d
CMAKE_INSTALL:=1
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)