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': > 1323 <https://gitlab.codeit.pro/codeit-rpm-repo/httpd/-/jobs/58176#L1323> > md_curl.c:309:24: error: 'CURLSSLOPT_NO_REVOKE' undeclared (first use in > this function) > 1324 <https://gitlab.codeit.pro/codeit-rpm-repo/httpd/-/jobs/58176#L1324> > 309 | ssl_options |= CURLSSLOPT_NO_REVOKE; > 1325 <https://gitlab.codeit.pro/codeit-rpm-repo/httpd/-/jobs/58176#L1325> > | ^~~~~~~~~~~~~~~~~~~~ > r1927054 in trunk. I verified it's a macro, can we get some quick votes here to backport it?