polarssl: turn off missing tlsext

This commit is contained in:
Andy Green 2017-01-07 10:24:50 +08:00
parent c447e1f9f3
commit 8283659047

View file

@ -252,6 +252,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)