mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Almost all the CMake options begin with LWS_WITH_..., but many of the symbols passed to lws are LWS_USE_... , this causes neededless confusion, compounded by the fact that a few CMake options also begin with LWS_USE_. This patch globally converts all LWS_USE_... to LWS_WITH_..., so there is only one prefix to remember in both CMake and the code. The affected public CMake options are LWS_USE_BORINGSSL -> LWS_WITH_BORINGSSL LWS_USE_CYASSL -> LWS_WITH_CYASSL LWS_USE_WOLFSSL -> LWS_WITH_WOLFSSL LWS_USE_MBEDTLS -> LWS_WITH_MBEDTLS LWS_USE_BUNDLED_ZLIB -> LWS_WITH_BUNDLED_ZLIB |
||
---|---|---|
.. | ||
android | ||
private | ||
.gitignore | ||
attack.sh | ||
candide.zip | ||
favicon.ico | ||
fuzxy.c | ||
leaf.jpg | ||
libwebsockets-test-server.service | ||
libwebsockets.org-logo.png | ||
lws-cgi-test.sh | ||
lws-common.js | ||
lws-ssh-test-keys | ||
lws-ssh-test-keys.pub | ||
test-client.c | ||
test-echo.c | ||
test-fraggle.c | ||
test-ping.c | ||
test-server-dumb-increment.c | ||
test-server-http.c | ||
test-server-libev.c | ||
test-server-libevent.c | ||
test-server-libuv.c | ||
test-server-pthreads.c | ||
test-server-v2.0.c | ||
test-server.c | ||
test-server.h | ||
test-sshd.c | ||
test.html |