Skip to content

[9.18] fix: dev: Remove unused <openssl/{hmac,engine}.h> headers from OpenSSL shims

The <openssl/{hmac,engine}.h> headers were unused and including the <openssl/engine.h> header might cause build failure when OpenSSL doesn't have Engines support enabled.

See https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine

Backport of MR !9593 (merged)

Merge request reports