View | Details | Raw Unified | Return to bug 227868
Collapse All | Expand All

(-)modules/ssl/mod_ssl.c (-4 lines)
Lines 398-408 Link Here
398
    /* We must register the library in full, to ensure our configuration
398
    /* We must register the library in full, to ensure our configuration
399
     * code can successfully test the SSL environment.
399
     * code can successfully test the SSL environment.
400
     */
400
     */
401
#if MODSSL_USE_OPENSSL_PRE_1_1_API
402
    (void)CRYPTO_malloc_init();
401
    (void)CRYPTO_malloc_init();
403
#else
404
    OPENSSL_malloc_init();
405
#endif
406
    ERR_load_crypto_strings();
402
    ERR_load_crypto_strings();
407
    SSL_load_error_strings();
403
    SSL_load_error_strings();
408
    SSL_library_init();
404
    SSL_library_init();

Return to bug 227868