]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Tue, 26 Sep 2017 08:22:52 +0000 (08:22 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 26 Sep 2017 08:22:52 +0000 (08:22 +0000)
mod_ssl: make the new module flag used.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809713 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 8fb54b31dc0d37b52af749fb38fdc76b62669557..9744fcebdae1fa2be8d687e5b0fb355876f01c3d 100644 (file)
@@ -838,7 +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
+#if defined(AP_MODULE_HAS_FLAGS)
    ,AP_MODULE_FLAG_ALWAYS_MERGE /* flags */
 #endif
 };