fix: use libssl 1.1

This commit is contained in:
Richard Ramos 2024-05-23 18:20:07 -04:00 committed by richΛrd
parent bc580a1ff8
commit ae2b60f0f4
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ elif defined(windows):
else:
--dynlibOverrideAll # don't use dlopen()
# dynamically link these libs, since we're opting out of dlopen()
switch("passL", "-lcrypto")
switch("passL", "-lssl")
switch("passL", "-l:libcrypto.so.1.1")
switch("passL", "-l:libssl.so.1.1")
# don't link libraries we're not actually using
switch("passL", "-Wl,-as-needed")