microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.79k stars 6.29k forks source link

[libwebsockets] request build with boringssl #13091

Open foobra opened 4 years ago

foobra commented 4 years ago

Is your feature request related to a problem? Please describe. libwebsockets defaults build with openssl, which I want to build with boringssl

Proposed solution Build-Depends: boringssl and set cmake option LWS_WITH_BORINGSSL on.

@NancyLi1013 Could you please help?

NancyLi1013 commented 4 years ago

Hi @foobra Thanks for posting this issue. if possible, I will try to add boringssl as a feature for libwebsockets to see if this can work fine.