Skip to content

use OPENSSL_NO_ENGINE from OpenSSL config#4911

Open
Remi Collet (remicollet) wants to merge 1 commit intoconfluentinc:masterfrom
remicollet:issue-no-engine
Open

use OPENSSL_NO_ENGINE from OpenSSL config#4911
Remi Collet (remicollet) wants to merge 1 commit intoconfluentinc:masterfrom
remicollet:issue-no-engine

Conversation

@remicollet
Copy link
Copy Markdown

@remicollet Remi Collet (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 Remi Collet (remicollet) requested a review from a team as a code owner November 21, 2024 08:07
@confluent-cla-assistant
Copy link
Copy Markdown

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