mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Implement dynamic mutex callbacks for the benefit of OpenSSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -321,6 +321,9 @@ void ssl_init_Engine(server_rec *s, apr_pool_t *p)
|
||||
ssl_log_ssl_error(APLOG_MARK, APLOG_ERR, s);
|
||||
ssl_die();
|
||||
}
|
||||
ap_log_error(APLOG_MARK, APLOG_INFO, 0, s,
|
||||
"Init: loaded Crypto Device API `%s'",
|
||||
mc->szCryptoDevice);
|
||||
|
||||
ENGINE_free(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user