You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update lws version
* Remove patch
* Use old gcc patch
* Old gcc patch update
* Fix windows patching failure
* Add verbose logging for patch failure
* Remove newline in the patch file
* Trying a windows friendly patch file
* Move to another patch file
* Revert "Move to another patch file"
This reverts commit d94a3da.
* Revert "Trying a windows friendly patch file"
This reverts commit a6c7de2.
* Revert "Remove newline in the patch file"
This reverts commit 9e5d47e.
* Windows patch fix
* Update to 4.3.3
* Reintro gcc patch for lws_map
* Rebase develop
* DTLS API test
* Revert "DTLS API test"
This reverts commit 83f104b.
* WINDOW_UPDATE failure on mbedtls, enable an option
* Revert to 4.3.2 to check if mbedtls passes there
* Disable alpn
if (LWS_WITH_SSL AND NOT LWS_WITH_WOLFSSL AND NOT LWS_WITH_MBEDTLS)
22
-
- if ("${LWS_OPENSSL_LIBRARIES}" STREQUAL "" OR "${LWS_OPENSSL_INCLUDE_DIRS}" STREQUAL "")
23
-
+ if (("${LWS_OPENSSL_LIBRARIES}" STREQUAL "" AND ("${LWS_OPENSSL_SSL_LIBRARY}" STREQUAL "" OR "${LWS_OPENSSL_CRYPTO_LIBRARY}" STREQUAL "")) OR "${LWS_OPENSSL_INCLUDE_DIRS}" STREQUAL "")
0 commit comments