-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Labels
Milestone
Description
Describe the bug
The build scripts don't work with newer OpenSSL 3 versions
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.1.1")
CMake Error at submodules/CMakeLists.txt:349 (message):
OpenSSL 3.0 not found, found 3.1.1
Affected OS
- Windows
- Linux
- macOS
- Other (specify below)
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Build msquic on Linux with OpenSSL newer than 3.0.*.
Expected behavior
It will build.
Actual outcome
Doesn't build.
Additional details
Workaround is not to use system crypto.
Reactions are currently unavailable