--- modules/ssl/mod_ssl.c 2018-05-02 14:51:16.402388000 +0200 +++ modules/ssl/mod_ssl.c 2018-05-02 14:51:30.930189000 +0200 @@ -398,11 +398,7 @@ /* 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(); -#else - OPENSSL_malloc_init(); -#endif ERR_load_crypto_strings(); SSL_load_error_strings(); SSL_library_init();