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
This commit is contained in:
Stefan Eissing
2021-03-26 11:44:30 +00:00
parent 587d170151
commit 2d2e2aee89

View File

@ -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"