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 2021/03/26 11:44:31 UTC

svn commit: r1888084 - /httpd/httpd/trunk/modules/lua/mod_lua.h

Author: icing
Date: Fri Mar 26 11:44:30 2021
New Revision: 1888084

URL: http://svn.apache.org/viewvc?rev=1888084&view=rev
Log:
Fixing mod_lua to use new http_ssl.h header file as well.


Modified:
    httpd/httpd/trunk/modules/lua/mod_lua.h

Modified: httpd/httpd/trunk/modules/lua/mod_lua.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/mod_lua.h?rev=1888084&r1=1888083&r2=1888084&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/mod_lua.h (original)
+++ httpd/httpd/trunk/modules/lua/mod_lua.h Fri Mar 26 11:44:30 2021
@@ -26,6 +26,7 @@
 #include "http_request.h"
 #include "http_log.h"
 #include "http_protocol.h"
+#include "http_ssl.h"
 #include "ap_regex.h"
 
 #include "ap_config.h"