Describe the bug
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
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