wolfssl: enable openssl 1.0.1 compatibility
authorKarl Palsson <karlp@etactica.com>
Thu, 7 Jul 2016 12:52:35 +0000 (14:52 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 7 Jul 2016 12:52:35 +0000 (14:52 +0200)
commitfacc1e8bd008f78b8ae008bb1eb6c3cd68ce5c71
treef448aaf8936d008135911523500781c8c16c6287
parent7e6ca2d3175afcf259a553623171a1a7d37a38c0
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]