polarssl: turn off missing tlsext
This commit is contained in:
parent
c8b8dc8c07
commit
2ee30ebdf1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue