1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

mod_ssl: follow up to r1809302.

Make use of AP_MODULE_FLAG_ALWAYS_MERGE.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2017-09-22 11:59:57 +00:00
parent e18300e525
commit a40e705b5e
2 changed files with 3 additions and 25 deletions

View File

@@ -838,4 +838,7 @@ module AP_MODULE_DECLARE_DATA ssl_module = {
ssl_config_server_merge, /* merge per-server config structures */
ssl_config_cmds, /* table of configuration directives */
ssl_register_hooks /* register hooks */
#if AP_MODULE_HAS_FLAGS
,AP_MODULE_FLAG_ALWAYS_MERGE /* flags */
#endif
};