summaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2016-06-06 15:49:21 +0000
committerFelix Fietkau <nbd@nbd.name>2016-06-07 09:22:16 +0200
commit9b118cde898e2f10b1316a51b113366cb223f853 (patch)
tree74364b2c5e945dd09eb0a8fd01456fed1886a6a4 /package/libs/cyassl/Makefile
parentd84bf324baf5c63b391e6238d83e3c0a68e0017a (diff)
downloadmaster-31e0f0ae-9b118cde898e2f10b1316a51b113366cb223f853.tar.gz
master-31e0f0ae-9b118cde898e2f10b1316a51b113366cb223f853.tar.bz2
master-31e0f0ae-9b118cde898e2f10b1316a51b113366cb223f853.zip
wolfssl: enable openssl 1.0.1 compatibility
>From wolfssl/openssl/opensslv.h, and from skimming the contents of what "--enable-stunnel" actually does, it seems that --enable-opensslextra doesn't give you the "full" openssl compatibility that you may wish for these days. Unfortuantely, while wolfssl writes the build time options into wolfssl/options.h, it doesn't include that file itself. User applications must include that directly. Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'package/libs/cyassl/Makefile')
-rw-r--r--package/libs/cyassl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile
index b6440f3a85..a2b3b5eef1 100644
--- a/package/libs/cyassl/Makefile
+++ b/package/libs/cyassl/Makefile
@@ -41,6 +41,7 @@ CONFIGURE_ARGS += \
--enable-singlethreaded \
--enable-opensslextra \
--enable-sni \
+ --enable-stunnel \
--enable-ecc \
--disable-examples