libwebsockets
libwebsockets copied to clipboard
Out of date build instructions for wolfSSL support
Currently the documentation here:
https://libwebsockets.org/lws-api-doc-master/html/md_READMEs_README_8build.html#wolf
states the following:
NOTE: wolfssl needs to be compiled using the
--enable-opensslextra
flag for this to work.
Per discussion with the wolfSSL team, the correct flag for LWS support is--enable-libwebsockets
:
https://github.com/wolfSSL/wolfssl/issues/7432#issuecomment-2059883136
If you just specify --enable-opensslextra
you will get lws compile errors when using wolfSSL.