wolfssl: enable openssl 1.0.1 compatibility
authorKarl Palsson <karlp@etactica.com>
Mon, 6 Jun 2016 15:49:21 +0000 (15:49 +0000)
committerFelix Fietkau <nbd@nbd.name>
Tue, 7 Jun 2016 07:22:16 +0000 (09:22 +0200)
commit9b118cde898e2f10b1316a51b113366cb223f853
tree74364b2c5e945dd09eb0a8fd01456fed1886a6a4
parentd84bf324baf5c63b391e6238d83e3c0a68e0017a
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>
package/libs/cyassl/Makefile
package/libs/cyassl/patches/300-debloat_move_SSL_set_tlsext_host_name_outside_STUNNEL.patch [deleted file]