On Thu, Nov 16, 2023 at 2:13 PM Yann Ylavic <ylavic....@gmail.com> wrote: > > Since r1908537 it's now: > #if LIBRESSL_VERSION_NUMBER < 0x2070000f > #define MODSSL_USE_OPENSSL_PRE_1_1_API 1 > #else > #define MODSSL_USE_OPENSSL_PRE_1_1_API 0 > #endif > so the above hunk is probably not needed anymore (though harmless).
I went ahead and removed it in r1913838 (FWIW). > > Regards; > Yann.