https://bz.apache.org/bugzilla/show_bug.cgi?id=62346
--- Comment #2 from Yann Ylavic <[email protected]> --- (In reply to gessel from comment #1) > /* We must register the library in full, to ensure our configuration > * code can successfully test the SSL environment. > */ > #if MODSSL_USE_OPENSSL_PRE_1_1_API > (void)CRYPTO_malloc_init(); Here, trunk uses: #if MODSSL_USE_OPENSSL_PRE_1_1_API || defined(LIBRESSL_VERSION_NUMBER) This change was part of TLSv1.3 integration (bug 62236), so the full bits may be r1828222 + r1830522. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
