]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] fix: dev: Remove unused <openssl/{hmac,engine}.h> headers from OpenSSL shims
authorMark Andrews <marka@isc.org>
Fri, 18 Oct 2024 01:36:41 +0000 (01:36 +0000)
committerMark Andrews <marka@isc.org>
Fri, 18 Oct 2024 01:36:41 +0000 (01:36 +0000)
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

Merge branch 'backport-bind-9.20-openssl-engine-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9645


Trivial merge