Replies: 1 comment
-
|
My advice: switch everything to rustls and avoid openssl. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to statically compile my Rust project with OpenSSL.
However, I'm not sure how to add OpenSSL in a way that works with musl and static linking.
Has anyone successfully linked OpenSSL statically in this setup? I'd really appreciate any pointers or a working flake.nix snippet.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions