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

Update build to work with OpenSSL 3.2 #642

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

damonbarry
Copy link
Member

From recent builds, it appears that RHEL 9 has upgraded from OpenSSL 3.0 to 3.2, which breaks our builds. I found two places where we filter on the OpenSSL version.

In Makefile, I removed the filter because we no longer support OpenSSL 1.0, which is why the case statement was added. All versions of OpenSSL we support should behave the same, so there's no need to filter on the version.

In contrib/debian/rules, I relaxed the filter to handle any 3.x version of OpenSSL.

@kodiakhq kodiakhq bot merged commit ae5f3af into Azure:main Nov 13, 2024
77 checks passed
@damonbarry damonbarry deleted the fix-openssl-ver branch November 13, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants