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

use OPENSSL_NO_ENGINE from OpenSSL config #4911

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

remicollet
Copy link

@remicollet remicollet commented Nov 21, 2024

This fixes build on distribution where deprecated ENGINE are removed (e.g. RHEL-10-beta)

rand.h is needed for RAND_priv_bytes (was previously included from engine.h)

engine.h may be missing (ex: RHEL-10-beta), or empty (CentOS Stream 10, so upcoming RHEL-10.0)

Tested on

  • RHEL-8.10, OpenSSL 1.1.1k
  • RHEL-9.5, openSSL 3.2.2
  • RHEL-1.0-beta, openSSL 3.2.2 (no engine)

@remicollet remicollet requested a review from a team as a code owner November 21, 2024 08:07
@confluent-cla-assistant
Copy link

confluent-cla-assistant bot commented Nov 21, 2024

🎉 All Contributor License Agreements have been signed. Ready to merge.
✅ remicollet
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

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

Successfully merging this pull request may close these issues.

1 participant