summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-03-26 12:27:34 +0100
committerStefan Eissing <icing@apache.org>2021-03-26 12:27:34 +0100
commit587d17015167f442c98efaf497504fe3825a3fe7 (patch)
treeb0eef6fc010df94ef358fb3b00e205bea1b27c87 /server/Makefile.in
parentmod_md: make certain that the post config after ssl part runs really late. (diff)
downloadapache2-587d17015167f442c98efaf497504fe3825a3fe7.tar.xz
apache2-587d17015167f442c98efaf497504fe3825a3fe7.zip
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 7786f656be..ea11546632 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -13,7 +13,7 @@ LTLIBRARY_SOURCES = \
mpm_common.c mpm_unix.c mpm_fdqueue.c \
util_charset.c util_cookies.c util_debug.c util_xml.c \
util_filter.c util_pcre.c util_regex.c $(EXPORTS_DOT_C) \
- scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
+ scoreboard.c error_bucket.c protocol.c core.c request.c ssl.c provider.c \
eoc_bucket.c eor_bucket.c core_filters.c \
util_expr_parse.c util_expr_scan.c util_expr_eval.c \
apreq_cookie.c apreq_error.c apreq_module.c \