]> git.ipfire.org Git - thirdparty/pdns.git/commit
Work around Red Hat 8 pooping the bed in OpenSSL's headers 13075/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 28 Jun 2023 13:23:35 +0000 (15:23 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jul 2023 07:39:59 +0000 (09:39 +0200)
commit835d8353ecfd04c55954135bb419004095505e57
tree8f994c251264318a6d9916d4888b1fe5319f2fa6
parent21b255f57931de7c69a0c3b7f4e7e0adb7f50dc3
Work around Red Hat 8 pooping the bed in OpenSSL's headers

The openssl/kdf.h header on EL8 is invalid because someone backported
a work-in-progress feature to an older OpenSSL branch and did not
bother to backport the fixes that were added later.

Red Hat declined to fix their mess and helpfully suggested we do the
work instead in https://bugzilla.redhat.com/show_bug.cgi?id=2215856

(cherry picked from commit 3dabf2d4a1a478fb00a232259e8043f075eb4d03)
m4/pdns_check_libcrypto.m4