aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-01 10:42:33 +0000
committerJohn Crispin <john@openwrt.org>2015-04-01 10:42:33 +0000
commit97b323730747513bb8194f6ff9ed15ab7732333d (patch)
tree75a89cd37db2e6a557ad8ce200e150315542c408 /package/libs/ustream-ssl
parentb233fdcfa2c70594dfb05cdea021cda3684b35a3 (diff)
downloadupstream-97b323730747513bb8194f6ff9ed15ab7732333d.tar.gz
upstream-97b323730747513bb8194f6ff9ed15ab7732333d.tar.bz2
upstream-97b323730747513bb8194f6ff9ed15ab7732333d.zip
ustream-ssl: enable SNI when building for cyassl
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45216
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r--package/libs/ustream-ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 57777a0bbe..abe74ca4d6 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -53,7 +53,7 @@ endef
ifeq ($(BUILD_VARIANT),cyassl)
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
- CMAKE_OPTIONS += -DCYASSL=on
+ CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI
endif
ifeq ($(BUILD_VARIANT),polarssl)
CMAKE_OPTIONS += -DPOLARSSL=on