]> git.ipfire.org Git - thirdparty/pdns.git/commit
Work around Red Hat 8 pooping the bed in OpenSSL's headers 13119/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 28 Jun 2023 13:23:35 +0000 (15:23 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 14 Aug 2023 13:19:36 +0000 (15:19 +0200)
commita9b4f2c7cd0a8ef6c7f70bb0e2b6edcbb63a520c
tree58bc41be6fa468bba99dcb1ec569e6d4a5c95841
parent24735efc3554ec5dd37b61afebff93fef2b3762b
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