Yassine MADDOURI

Results 13 comments of Yassine MADDOURI

To clarify: the build errors are not coming from BoringSSL itself but from libwebsockets' build when BoringSSL is enabled. Because BoringSSL introduces C++ symbols, linking fails if CMake hasn’t enabled...

@followtheart Thank you for the kind words and your interest in this PR. My understanding is that you are suggesting changes that don't seem to modify the parts of the...

I use the following in order to build [libwebsockets](https://github.com/warmcat/libwebsockets) @ [`v4.4.1`](https://github.com/warmcat/libwebsockets/releases/tag/v4.4.1) with [BoringSSL](https://boringssl.googlesource.com/boringssl/) @ [`0.20250818.0`](https://boringssl.googlesource.com/boringssl/+/refs/tags/0.20250818.0) using CMake 3.31.6 and MSVC 2022 (i.e. v19.43.34809.0) targeting Win64 (i.e. Windows SDK version 10.0.22621.0...