mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Complete the rename of the ssl_scache_status_register and
ssl_ext_proxy_register (which has yet to be renamed for it's future location, since I'm not going further at the moment with implementing it's functionallity, all my focus is on the ssl_var_register arm.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -211,9 +211,9 @@ static void ssl_hook_pre_config(
|
||||
ssl_var_log_config_register(pconf);
|
||||
#if 0 /* XXX */
|
||||
/* XXX: Register us to handle mod_proxy extensions that don't exist yet */
|
||||
ssl_ext_mp_register(pconf);
|
||||
ssl_ext_proxy_register(pconf);
|
||||
/* XXX: Register us to handle mod_status extensions that don't exist yet */
|
||||
ssl_ext_ms_register(pconf);
|
||||
ssl_scache_status_register(pconf);
|
||||
#endif /* -0- */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user