Skip to content
New issue

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

Fix usage on Linux distributions other than Ubuntu (e.g. CentOS, RHEL, &c) #89

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

scalvert
Copy link
Contributor

@scalvert scalvert commented Aug 10, 2022

Fixes #1


Note: This is a breaking change due to the fact that we no longer default to OpenSSL 1.1 (which is what Ubuntu uses). However, we don't really think this will be breaking for normal use cases (e.g. Ubuntu will still identify as OpenSSL 1.1 and continue to work as it was originally).

@rwjblue rwjblue added the bug Something isn't working label Aug 10, 2022
@rwjblue rwjblue changed the title Fixes OpenSSL lookup when v1.1 is not present Fix usage on Linux distributions other than Ubuntu (e.g. CentOS, RHEL, &c) Aug 10, 2022
@rwjblue rwjblue merged commit c441e7a into volta-cli:master Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove assumption about OpenSSL version
2 participants