While synching sources of mod_md between apache and github, I have a question for the change in md_crypt.c:
1806939 icing 1833598 ylavic #if MODSSL_USE_OPENSSL_PRE_1_1_API || (defined(LIBRESSL_VERSION_NUMBER) && \ 1833598 ylavic LIBRESSL_VERSION_NUMBER < 0x2070000f) 1804123 icing How is MODSSL_USE_OPENSSL_PRE_1_1_API available from modules/ssl/ssl_private.h? And if not, what is the intention of the change and what needs to be different here? Thanks! -Stefan
