> Am 07.07.2025 um 17:29 schrieb Eric Covener <cove...@gmail.com>:
>
> On Mon, Jul 7, 2025 at 11:22 AM Alexander Gerasimov via dev
> <dev@httpd.apache.org> wrote:
> Dear httpd devs,
> Can we add a check for CURLSSLOPT_NO_REVOKE in mod_md?
> Specifically, I have the following error on curl < 7.44.0:
> md_curl.c: In function 'internals_setup':
> 1323md_curl.c:309:24: error: 'CURLSSLOPT_NO_REVOKE' undeclared (first use in
> this function)
> 1324 309 | ssl_options |= CURLSSLOPT_NO_REVOKE;
> 1325 | ^~~~~~~~~~~~~~~~~~~~
>
> r1927054 in trunk.
>
> I verified it's a macro, can we get some quick votes here to backport it?
No. There is no need to support such an old libcurl. And feeding options to a
libcurl version that it does not understand is not a sane approach either.
Either do not build mod_md or patch it (and maintain) it yourself. I have no
plans to waste any effort on compatibility with ancient versions for this
module.
Kind Regards,
Stefan