polarssl: turn off missing tlsext

This commit is contained in:
Andy Green 2017-01-07 10:24:16 +08:00
parent c001a15973
commit 1e22719f5e

View file

@ -254,6 +254,7 @@ lws_plat_get_peer_simple(struct lws *wsi, char *name, int namelen);
#else
#include <wolfssl/openssl/ssl.h>
#include <wolfssl/error-ssl.h>
#define OPENSSL_NO_TLSEXT
#endif /* not USE_OLD_CYASSL */
#else
#if defined(LWS_USE_POLARSSL)