polarssl: turn off missing tlsext

This commit is contained in:
Andy Green 2017-01-07 10:25:34 +08:00
parent c8b8dc8c07
commit 2ee30ebdf1

View file

@ -194,6 +194,7 @@ static inline int compatible_close(int fd) { return close(fd); }
#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)