]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: dev: Remove unused <openssl/hmac.h> headers from OpenSSL shims
authorMark Andrews <marka@isc.org>
Wed, 16 Oct 2024 04:54:09 +0000 (04:54 +0000)
committerMark Andrews <marka@isc.org>
Wed, 16 Oct 2024 04:54:09 +0000 (04:54 +0000)
The <openssl/hmac.h> header was unused and including the
header might cause build failure when OpenSSL doesn't have
Engines support enabled.

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

Removes unused hmac includes after Remove OpenSSL Engine support
(commit ef7aba70) removed engine support.

Merge branch 'main-openssl-engine' into 'main'

See merge request isc-projects/bind9!9228


Trivial merge