We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attempt to load MsQuic
ldd /usr/lib/libmsquic.so.2 /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000) libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7fbc0ec00000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000) Error relocating /usr/lib/libmsquic.so.2: EVP_seed_cbc: symbol not found
No response
main
try to load msquic library when built with UseSystemOpenSSLCrypto
UseSystemOpenSSLCrypto
library fails to load
msquic loads and works ok
The text was updated successfully, but these errors were encountered:
fixed by #3394 and #3417
Sorry, something went wrong.
No branches or pull requests
Describe the bug
attempt to load MsQuic
Affected OS
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
try to load msquic library when built with
UseSystemOpenSSLCrypto
Expected behavior
library fails to load
Actual outcome
msquic loads and works ok
Additional details
No response
The text was updated successfully, but these errors were encountered: