]> git.ipfire.org Git - thirdparty/pdns.git/commit
Work around Red Hat 8 pooping the bed in OpenSSL's headers 12995/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>
Thu, 6 Jul 2023 13:40:15 +0000 (15:40 +0200)
commit8ac628de9de4f9145c932fed0e47c0a5e92b5c5b
tree12a08383395b08d031115229e832175d766516a6
parent99d7f7a403baf29714a9f640c24f106c402c5891
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