From: Stefan Eissing Date: Fri, 26 Mar 2021 11:44:30 +0000 (+0000) Subject: Fixing mod_lua to use new http_ssl.h header file as well. X-Git-Tag: 2.5.0-alpha2-ci-test-only~978 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2e2aee89760f2da93b1a2d89723d65bd241b9c;p=thirdparty%2Fapache%2Fhttpd.git Fixing mod_lua to use new http_ssl.h header file as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/mod_lua.h b/modules/lua/mod_lua.h index 46395da7841..33807fbdb56 100644 --- a/modules/lua/mod_lua.h +++ b/modules/lua/mod_lua.h @@ -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"