I can't remember the last time I had to deal with an OpenSSL dependency in a project and did not despise it. I've started moving all my #RustLang projects from libgit2 to gitoxide more for getting rid of OpenSSL than for the actual niceties it brings
@msfjarvis I've actually gotten rid of OpenSSL at work, but then it crept back in from adding new dependencies that we needed 😅.
Now we have at least two versions of rustls + OpenSSL.