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

OpenBSD build fails because of lack of EVP_add_digest() #484

Open
demonfoo opened this issue Sep 20, 2024 · 1 comment
Open

OpenBSD build fails because of lack of EVP_add_digest() #484

demonfoo opened this issue Sep 20, 2024 · 1 comment

Comments

@demonfoo
Copy link

It appears that with OpenBSD 7.5 (which uses LibreSSL 3.9.0), Net::SSLeay fails to build. After a bit of research, I've discovered that that's because LibreSSL 3.9.0 dropped support for EVP_add_digest() (and EVP_add_cipher()).

@demonfoo
Copy link
Author

#485

I created the above PR to conditionalize the inclusion of the function such that it won't be wrapped with LibreSSL 3.9.0; running a build and make test in an OpenBSD VM resulted in no test failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant