https://bz.apache.org/bugzilla/show_bug.cgi?id=61184

--- Comment #10 from Christian Schmidt <[email protected]> ---
I think you also need to change ssl_engine_vars.c line 117-121.

#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
        md = EVP_get_digestbynid(OBJ_obj2nid(x->sig_alg->algorithm));
#else
        md = EVP_get_digestbynid(X509_get_signature_nid(x));
#endif


Otherwise, I get the following error when starting the server:

httpd: Syntax error on line 139 of /usr/local/apache2/conf/httpd.conf: Cannot
load modules/mod_ssl.so into server: Error relocating
/usr/local/apache2/modules/mod_ssl.so: X509_get_signature_nid: symbol not found

-- 
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]

Reply via email to