summaryrefslogtreecommitdiff
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-14 10:19:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-14 10:19:48 +0000
commit6cb542d6a4d7c3fb1120472be0320098742d2ae7 (patch)
treef3f364827af8fc65587af95c2fa5f7bbcde1a0fa /package/libs
parent000a20ee9692bb5a5054d424097fafdca2264980 (diff)
downloadmtk-20170518-6cb542d6a4d7c3fb1120472be0320098742d2ae7.zip
mtk-20170518-6cb542d6a4d7c3fb1120472be0320098742d2ae7.tar.gz
mtk-20170518-6cb542d6a4d7c3fb1120472be0320098742d2ae7.tar.bz2
openssl: Support multi-threaded applications
Allow multi-threaded applications to work properly by removing the "no-threads" flag that is enabled by default. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 39048
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 27b6e99..f289837 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -79,7 +79,7 @@ endef
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \
no-aes192 no-camellia no-ans1 no-krb5
-OPENSSL_OPTIONS:= shared no-err no-hw no-threads zlib-dynamic no-sse2
+OPENSSL_OPTIONS:= shared no-err no-hw zlib-dynamic no-sse2
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
OPENSSL_OPTIONS += -DHAVE_CRYPTODEV