You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/09/26 08:22:52 UTC

svn commit: r1809713 - /httpd/httpd/trunk/modules/ssl/mod_ssl.c

Author: icing
Date: Tue Sep 26 08:22:52 2017
New Revision: 1809713

URL: http://svn.apache.org/viewvc?rev=1809713&view=rev
Log:
On the trunk:

mod_ssl: make the new module flag used.


Modified:
    httpd/httpd/trunk/modules/ssl/mod_ssl.c

Modified: httpd/httpd/trunk/modules/ssl/mod_ssl.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.c?rev=1809713&r1=1809712&r2=1809713&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/mod_ssl.c (original)
+++ httpd/httpd/trunk/modules/ssl/mod_ssl.c Tue Sep 26 08:22:52 2017
@@ -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
 };