mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
libressl fix for removed ENGINE_CTRL_CHIL_SET_FORKCHECK
Submitted By: Stuart Henderson <sthen openbsd.org> Commited By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -374,9 +374,11 @@ apr_status_t ssl_init_Engine(server_rec *s, apr_pool_t *p)
|
||||
return ssl_die(s);
|
||||
}
|
||||
|
||||
#ifdef ENGINE_CTRL_CHIL_SET_FORKCHECK
|
||||
if (strEQ(mc->szCryptoDevice, "chil")) {
|
||||
ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!ENGINE_set_default(e, ENGINE_METHOD_ALL)) {
|
||||
ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(01889)
|
||||
|
Reference in New Issue
Block a user